Scrolling a C# RichTextbox when adding text
Filed in C# on Apr.30, 2009
The need for an autoscroll property…
Tons of applications are using the .NET RichTextBox for outputting status information. You have a RichTextBox that you just keep on adding text to. This is all very simple, but when the box is completely filled with text, further text added will no longer be visible, since the RichTextBox does [...]
