C#中经常用到RichTextBox控件,用于显示数据,那么如果在写入数据后,让RichTextBox始终得到焦点或让RichTextBox始终显示最下方的最新数据呢?
以前一般用到的方法是使用 Focus 先获取焦点,然后 Select 方法,滚动到最下方,这样效率不免低下,而且多写代码:
richTextBox1.Focus() ;
richTextBox1.Select(richTextBox1.Text.Length, 0);
参考这样的自动滚动到最下方的事件函数:
private void richTextBox1_TextChanged(object sender, EventArgs e)
{//滚动到最下方
if (richTextBox1.Lines.Length > 8000)
{
int n = 3000;
int start = richTextBox1.GetFirstCharIndexFromLine(0);//第一行第一个字符的索引
int end = richTextBox1.GetFirstCharIndexFromLine(n);//第n行第一个字符的索引
richTextBox1.Select(start, end);//选中N行
richTextBox1.SelectedText = "";//设置前N行的内容为空
}
richTextBox1.Focus() ;
richTextBox1.Select(richTextBox1.Text.Length, 0);
}
实际上有更简单的方法,用 RichTextBox.AppendText 方法追加数据后,只要再设置 RichTextBox 的 HideSelection 属性为 false 即可。
RichTextBox.HideSelection 属性是继承自 TextBoxBase:
“Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.”
当RichTextBox.HideSelection值为
true, the selected text does not appear highlighted when the text box control loses focus;
false, the selected text remains highlighted when the text box control loses focus.
The default is true.
意思就是,当RichTextBox.HideSelection为flase时,无论 RichTextBox 是否获取焦点,RichTextBox控件都将被重点强调并显示,相当于始终有焦点的效果,这样就实现了 RichTextBox.AppendText 追加数据后,自动滚动到最下方的效果了。
星球重启云游戏官方正版 安卓版v1.2.42
下载派对之星国际服 (flash party)安卓版v2.0.15.160832
下载Gym Fighting健身房格斗 安卓版v1.17.2
下载健身房格斗游戏无限金币 安卓版v1.18.2
下载幻兽爱合成小米版 最新版v2.5.6
幻兽爱合成小米版是一款非常好玩的宠物合成类游戏,游戏中有着海
修仙世家模拟器游戏 最新版v1.0.0
修仙世家模拟器是一款玩法新颖的模拟经营放置类挂机修仙游戏,游
国王或失败内购版 最新版v0.28.4
国王或失败内购版是一款非常好玩的模拟经营类手游,玩家在游戏中
飞影铠甲召唤器模拟器 最新版v1.0
飞影铠甲召唤器模拟器是一款可以模拟铠甲勇士变身音效和动作效果
幸福甜点咖啡店无限金币版 去广告版v1.2.2
幸福甜点咖啡店中文内购版是游戏的破解版本,在该版本中为玩家提