Im adding a lot of text to the richTextbox1 i have a scroll bar on the right but the text inside wich is lines that add all the time dosent scroll.
Only if i drag down with the mouse the bar on the right i see the text scroll.
I want to make it scroll automatic once the text inside is getting to the bottom of the richTextbox.
How can i do it ?
Whenever text is added in the RichTextBox control you should get these statements executes to move the cursor at the end of text in the RichTextBox. Suppose the name of RichTextBox control is richTextBox, you would have statements as under.