Beispiel #1
0
 private void CmdrichTextBox_TextChanged(object sender, EventArgs e)
 {
     CmdrichTextBox.SelectionStart = CmdrichTextBox.Text.Length; //Set the current caret position at the end
     CmdrichTextBox.ScrollToCaret();                             //Now scroll it automatically
 }