Textbox用法记录

1、C# textbox中光标定位到最后一行

this.txtboxXSNum.Focus();//获取焦点
this.txtboxXSNum.Select(this.txtboxXSNum.TextLength, 0);//光标定位到文本最后
this.txtboxXSNum.ScrollToCaret();//滚动到光标处

 

posted @ 2018-09-28 14:00  jerry&ssj  阅读(473)  评论(0编辑  收藏  举报