滚动条问题
如何检查插入位置是否位于窗口的可见区域内。
我在 Scrollviewer 中使用 Richtextbox。每当光标移动到 Richtextbox 的不可见区域时,我都需要向下调用滚动查看器的行。
How to check whether the caretposition is inside the visible region of a window.
I am using Richtextbox inside a Scrollviewer.Whenever the cursor moves to the non-visible area of Richtextbox I need to call the scrollviewer's line down.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定,但是您可以只设置 RichTextBox.VerticalScrollBarVisibility,而不是将 RichTextBox 放在 ScrollViewer 中吗?
Not sure, but could you just set the RichTextBox.VerticalScrollBarVisibility, instead of putting your RichTextBox in a ScrollViewer?