XBAP 和 MouseWheel 事件
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道你的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