JJ Loubser
Posted
on Jul 14, 2011
(permalink)
I used demo
http://demos.telerik.com/silverlight/#CoverFlow/DataBinding in my project and working fine, but we have a mouse wheel method for our projects scrollbar works fine, but that move my images when i got focus on it. How can I switch off all mouse wheel and mouse move activities for my RadCoverFlow control?
Reply
Kris
Posted
on Jul 14, 2011
(permalink)
I have a scrollable ItemsControl inside my coverflow and also would like to know how to disable the mousewheel for the coverflow.
Reply
Answer
Valeri Hristov
Valeri Hristov
Posted
on Jul 15, 2011
(permalink)
Hello,
There is no property that disables the mouse wheel in RadCoverFlow, but you could inherit the control and override the OnMouseWheel method, without calling base. This should do the trick.
Greetings,
Valeri Hristov
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
Reply
JJ Loubser
Posted
on Jul 20, 2011
(permalink)
thanks work like a bomb
Reply
Weeble
Posted
on Oct 11, 2011
(permalink)
Could you possibly add a code sample?
Cheers
Reply
Chandana
Posted
on Oct 25, 2011
(permalink)
Can you please add a code sample that does it? Thank you.
Reply
Answer
Valeri Hristov
Valeri Hristov
Posted
on Oct 26, 2011
(permalink)
Here is the code sample.
All the best,
Valeri Hristov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply