鼠标光标不“粘住” silverlight滚动条控件

发布于 2024-11-18 13:57:46 字数 127 浏览 5 评论 0原文

我正在使用 silverlight 滚动条,我发现鼠标不会以 1:1 的比例拖动滚动条。例如,当我向下拖动时,我发现鼠标光标开始比滚动条向下移动得更远。

编辑:此问题出现在 IE8 中,但不会出现在 Firefox 5 中。

I'm using the silverlight scrollbar and I'm finding that the mouse does not drag the scrollbar 1:1. When I drag downwards for instance I find the mouse cursor starts going down further than the scrollbar has..

edit: this issue occurs in IE8 but not Firefox 5.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

说不完的你爱 2024-11-25 13:57:46

您是否正在处理数据集或尝试在对象内显示大型、复杂的数据(无论滚动条附加到什么位置)?

如果是,请尝试切换 UI 虚拟化并查看是否会发生任何变化。

如果不起作用,可能与 GPU 加速有关。只需在 SL 项目和 IE 中切换 GPU 加速即可。有时,当滚动时 CPU 负载很大时,它就无法正确滚动,因为这个,我称之为“滞后”。

Are you working with datasets or trying to display large, complex data within the object whatever the scrollbar is attached to?

If yes, try toggling UI virtualization and see if it changes anything.

If it doesn't work it may be something to do with GPU acceleration. Just toggle GPU acceleration in both SL project and IE. Sometimes when CPU loads a lot while scrolling, it just doesn't scroll correctly because of this, well, I call "lag".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文