WPF学习笔记-TextBox光标位置如何放到最后?

TextBox光标位置如何放到最后?

使用SelectionStart :

TextBox.SelectionStart = TextBox.Text.Length;

 

posted @ 2016-12-14 11:46  在路上的愚人  阅读(10338)  评论(0)    收藏  举报