Mouse Wheel Scroll Behavior
Average Rating:
(8)
(8)
Description
Discussions
(2)
-
Thanks!1 Posts | Last Post: November 09, 2009
-
Thanks! It works perfect for me!Written November 09, 2009
-
-
Don't works in Mac OSX5 Posts | Last Post: October 28, 2009
-
Hello man.
The Silverlight mouse scroll behavior don't works in Mac OSX?
Flex Applications has this issue too, but already has a "workaround"(gambiarra :) ) for it: http://blog.pix elbreaker.com/f lash/as30-mouse wheel-on-mac-os -x/
Best regards.
Written September 09, 2009 -
Hi,
Thanks for pointing out. I already knew that but I forgot to put on the description. The description is updated now. This is a limitation of the native MouseWheel event in Silverlight 3. The only way to use the mouse wheel in Silverlight on Mac right now is by handling javascript events, and If I use javascript it won't work out of browser.
I could make a mixed implementation that uses javascript if running on Mac and inside the browser but I would need someone to test it for me.Written September 10, 2009 -
I was using an Attached Behaviour (before Silverlight 3). The Silvelright Toolkit already includes something similar (I'm not sure about Mac Support).
I find it really nice that I can set the attached property in the Style and that way I avoid to set it again and again. I'm noot sure if that can be done with Behaviours, but it's something definately useful.Written October 16, 2009 -
Hey really nice work on this.Written October 25, 2009
-
Hello!
This behavior works fine with my page scrollviewer. But I have a datagrid in my page and I can' use with this datagrid's scrollviewer. How can I attach this behavior to a datagrid's scrollviewer? I attached to the datagrid, but nothing happens.Written October 28, 2009
-
|
|

