This question is locked. New answers and comments are not allowed.
Hello,
if you load html - content into the RichTextBox the whole application disappears or blanks after 1 or 2 seconds.
This only seems to happen if you load alot of code, 'cause if I try the same with small code examples everything is fine.
I load it like this:
Any help or suggestion is appreciated.
Bastian Kraehmer
if you load html - content into the RichTextBox the whole application disappears or blanks after 1 or 2 seconds.
This only seems to happen if you load alot of code, 'cause if I try the same with small code examples everything is fine.
I load it like this:
var provider = new HtmlFormatProvider();var content = ".....";_radDocument = provider.Import(content);Editor.Document = _radDocument;Any help or suggestion is appreciated.
Bastian Kraehmer