예제 #1
0
 private void Reception_TextChanged_1(object sender, EventArgs e)
 {
     //文本框选中的起始点在最后
     Reception.SelectionStart = Reception.TextLength;
     //将控件内容滚动到当前插入符号位置
     Reception.ScrollToCaret();
 }