延迟滚动时文档查看器中滚动查看器上的工具提示

发布于 2024-11-03 18:19:50 字数 370 浏览 0 评论 0原文

我想在页面滚动时在滚动查看器上显示工具提示,其中显示我在此处询问的当前页码 - 文档查看器中滚动查看器的工具提示

在对建议的解决方案进行一些更改后,我已经实现了答案,但我遇到了一些问题。如果我在我的scroll_changed事件中写下这个 if (Mouse.LeftButton == MouseButtonState.Pressed) 它工作得很好,但是如果我在自定义文档查看器上启用了延迟滚动,则弹出窗口(工具提示)永远不会出现..:(

有什么解决方法吗?

I want to show the tooltip on my scrollviewer on page scrolling which shows the current page number in it which i asked here- Tooltip on scrollviewer in documentviewer.

I have implemented the answer after making some changes in the proposed solution but i face some problem. If i write this in my scroll_changed event if (Mouse.LeftButton == MouseButtonState.Pressed) it works perfectly fine but if i have a deferred scrolling enabled on my custom document viewer, the popup(tooltip) never appears..:(

Is there any workaround for it??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文