Wpf- Is there a worth while way to add richtextbox capabilities (Bold, Italics, Underline, Strike-Th

Posted by highone on Stack Overflow See other posts from Stack Overflow or by highone
Published on 2010-04-01T21:24:14Z Indexed on 2010/04/01 21:33 UTC
Read the original article Hit count: 485

Filed under:
|
|
|

I am writing a text editor and had planned on using the richtextbox control however, the richtextbox's performance is abysmal. On even small documents the wpf richtextbox lags if you hold a key down. I do not need all of the features of the wpf richtextbox, but I do need rtf support. How can I implement this?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#4.0