Ejemplo n.º 1
0
 private void ReadTextBox_TextChanged(object sender, EventArgs e)
 {
     ReadTextBox.SelectionStart = ReadTextBox.Text.Length; //Set the current caret position at the end
     ReadTextBox.ScrollToCaret();                          //Now scroll it automatically
 }