XBAP 和 MouseWheel 事件

发布于 2024-08-09 01:13:54 字数 121 浏览 5 评论 0原文

我有一个在 FireFox 中托管的 XBAP,效果很好。但是,我无法检测到 MouseWheel 事件!我猜测 FireFox 正在使用它们,而不是将它们传递给托管应用程序。

关于如何解决这个问题有什么想法吗?

I've got an XBAP hosted in FireFox, which works great. However, I cannot detect MouseWheel events ever! I'm guessing that FireFox is consuming them and not passing them down to the hosted app.

Any ideas on how to work around this?

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

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

发布评论

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

评论(1

方觉久 2024-08-16 01:13:54

不知道你的xbap怎么了,
只是想让你知道我有一个可以与鼠标滚轮和 Firefox 配合使用的 xbap。
在 vista sp1 32bit、firefox 3.x 上测试(目前无法验证)
所以最终这是可能的。

我在 FrameworkElement 上使用标准 MouseWheel 事件。

希望这有帮助

don't know what's going on with your xbap,
just wanted to let you know that i have a xbap that works with mousewheel and firefox.
tested on vista sp1 32bit, firefox 3.x ( can't verify right now )
so ultimately, this is possible.

i use the standard MouseWheel event on FrameworkElement.

hope this helps

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