RichTextBox horizontal scroll not working
Try to solve it with
Multiline = True
WordWrap = False
Change this properties to allow the multiline feature and also allow Horizontal scrolling
I can reproduce this behaviour with
MultiLine = false
If I change this property to True the scrollbar appears as expected