Hey, I was looking for the same answer, and I found it, came back here to show you because I was mad when I couldn't find it.
RichTextBox1.WordWrap = False
RichTextBox1.ScrollBars = RichTextBoxScrollBars.ForcedBoth
That adds horizontal and veritcal scroll bars and allows for both horizontal and vertical scrolling.
|