WPF学习笔记-TextBox光标位置如何放到最后?
TextBox光标位置如何放到最后?
使用SelectionStart :
TextBox.SelectionStart = TextBox.Text.Length;
/***********************************/
/***********Hello!world!************/
/***********************************/
/***********Hello!world!************/
/***********************************/