The Windows Forms `RichTextBox` control is used for displaying, entering, and manipulating text with formatting. The `RichTextBox` control does everything the <xref:System.Windows.Forms.TextBox> ...
The Windows Forms <xref:System.Windows.Forms.RichTextBox> control is used for displaying, entering, and manipulating text with formatting. The <xref:System.Windows ...
Is there a way to get a WinForms RichTextBox control to scroll to it's end programmatically?<BR><BR>I've got an app which will eventually be outputting to a log file but for now I'd like it's output ...