Does anyone know how I can disable the text wrapping of a RichTextBox?
E.g. if I have a large string which doesn't fit in the window, the RichTextBox places the part of the string which can't be shown of a new line. I want to disable that (and make it visible only by using the Scrollbar).
Thanks a lot.
Cheers