Quote:
Originally Posted by mrtutorial08
Also any way instead of using the rich text box's scroll bar could I use a scroll bar that is docked to the right...(like in Microsoft Word)
|
If AutoScroll property of form is set to True it will display scrollbars automatically when controls size/location extends its clientsize. RichTextBox scrollbars can be turned off, it will give you some work managing "pages" in order for text to never fill more than exactly one "page" before it flows to next.