
How to see always the last line in a RichTextBox
I add text to a Sample_RichTextBox:
Sample_RichTextBox = Sample_RichTextBox & "New Text" & vbNewLine
If there's much text in the Sample_RichTextBox I do have to scroll
manually.
Does anyone know how to display always the last line of the RichTextBox?
Any help is very appreciated
Stefan