I am using your WPF GridView (Version 2013.1.403.40), I need horizontal scroll using mouse. I have a mouse with horizontal scroller wheel. How can we do this easily?
Regards,
Sourabh Bose
1 Answer, 1 is accepted
0
Nick
Telerik team
answered on 15 May 2013, 08:39 AM
Hello Sourabh,
Unfortunately due to some platform limitations, this is not available out side of the box.
You can search in the MSDN for the actual way of getting the scroll data from an additional wheel button, and then can use the ScrollToHorizontalOffset methods of the GridViewScrollViewer in order to implement your requirement.