C# Winform 的Text自动向下滚动

1 textBox.Text += msg;
2 textBox.SelectionStart = textBox.Text.Length;
3 textBox.ScrollToCaret();

 

posted on 2013-03-13 21:22  xxxteam  阅读(600)  评论(0)    收藏  举报

导航