Actually the txtformatProvider works pretty good. Is there an easy way I can turn all the formatting options off and make it look like a regualr textbox? On the right click for spell check as well?
Edit:
If I create a new richTextBox and enter text, it looks good. When I import a document, it makes it look like a regular page with a blue background and scroll bars on the richTextBox .
I'm importing like:
rrtbDescription.Document =
new TxtFormatProvider().Import(myText);