예제 #1
0
 public void ScrollToEnd()
 {
     textbox.SelectionStart = textbox.TextLength;
     textbox.ScrollToCaret();
 }