Anyone happen to know how to force a richtextbox to display a vertical scroll bar even if it is not needed?
Printable View
Anyone happen to know how to force a richtextbox to display a vertical scroll bar even if it is not needed?
Set the DisableNoScroll Property to true and set the Scrollbars property to 2 - rtfHorizonal.