Hi,
I have a richtextbox that receives its content from a text data provider.
The problem is that the lines of text containing only CR+LF (\n), are ignored by the editor.
In order to make them visible I have to insert a space after de CR+LF.
Is there a solution for this problem?
TextDataProvider
RichTextBox
Thanks in advance.
Nuno