您当前位置:编程帮手 > 知识 > 知识 > WinForm > 常用代码 > 内容
代码库
2015-04-06 01:05:27 访问(2642) 赞(0) 踩(0)
private void rtbLog_TextChanged(object sender, EventArgs e) { rtbLog.SelectionStart = rtbLog.Text.Length; //Set the current caret position at the end rtbLog.ScrollToCaret(); //Now scroll it automatically }
上一条:
下一条: