C# 如何从 richTextBox 的顶部读取内容?
目前,我的富文本框显示了我想要的所有信息,但它会自动一直向下滚动。
如何允许用户看到 RichTextBox 顶部的文本?
提前致谢。
Currently my richtextbox displays all the information that I want but it automatically scrolls all the way down.
How do I allow a user to see the text from the top of the richtextbox?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这个答案可能会帮助
防止在RichTextBox中自动滚动
Perhaps this answer may help
Prevent Autoscrolling in RichTextBox