Example #1
0
 private void Display1_TextChanged(object sender, EventArgs e)
 {
     if (autoscroll)
     {
         Display1.SelectionStart = Display1.Text.Length;
         Display1.ScrollToCaret();
     }
 }