摘要:
// 方法 1this.historyRichTextBox.Focus();this.historyRichTextBox.Select(historyRichTextBox.TextLength,0);this.historyRichTextBox.ScrollToCaret();// 方法 2richTextBox1.SelectionStart = richTextBox1.TextLength;richTextBox1.Focus(); 阅读全文
posted @ 2012-11-22 20:12
清山博客
阅读(582)
评论(0)
推荐(0)