Mouse Wheel Scroll Behavior
Average Rating:
(11)
(11)
Description
Discussions
(4)
|
|
-
-

-
Written June 02, 2010It is a Silverlight project but you should be able to compile this source code in a WPF project. I never tested it myself though.
-
Written November 13, 2011It seems that this behavior is obsolete in WPF 4.0. Without adding it to the project, the scrollviewer control (and all controls that contain one) already react on the mouse wheel as expected.
-
-
-
Written May 08, 2010i am getting an error message when i try to dpwnload this, and it says something about zip files and then file not found. pleaseee help!
-
Written June 02, 2010Sorry for the late response. I just tested in 3 different machines and the download worked just fine. Maybe it was some problem with the Expression Gallery site. Could you try again and see if you can download now? If you still can't, ping me on Twitter (@kelps) and I'll send you the download by email.
-
-
-
-
-
Written September 09, 2009Hello man. The Silverlight mouse scroll behavior don't works in Mac OSX? Flex Applications has this issue too, but already has a "workaround"(ga
mbiarra :) ) for it: http://blog.pix elbreaker.com/f lash/as30-mouse wheel-on-mac-os -x/ Best regards. -
Written September 10, 2009Hi, 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 October 16, 2009I 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 28, 2009Hello! 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.
-




