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
RichTextBox
If you don't want to show the horizontal scrollbar, enforce a MinWidth on the ScrollViewer: