C# Winform 的Text自动向下滚动

it2026-03-31  8

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

 

转载于:https://www.cnblogs.com/xxxteam/archive/2013/03/13/2958293.html

相关资源:winform 实现屏幕(字幕)上下滚动(来回滚动)
最新回复(0)