Hi,
I have been wondering if there is any property or event available in xamDataGrid so that when i use middle mouse button click event, scroll icon will appear and then mouse movement make grid scroll movement the same as in the normal browsers? (i.e. Moving to the right after middle click will scroll right with the speed dependent on distance from the icon)
Thanks
Manojkumar
Hello Manojkumar,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well. As for the horizontal scrolling I can say that XamDataGrid uses the Microsoft's ScrollViewer control, so I can suggest you ask in the MSDN forums what kind of mouses are supported.
Thanks Stefan. I got it.
I got an another query.
Whether Infragisticsv13.1 support horizontal scrolling in latest mouses.
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created a Style for the ScrollViewer and added EvnetSetters for its MouseDown, MouseUp, MouseMove events. In the handlers I manually scroll based on the movement of the mouse. I also added a Canvas in order to show the Scroll icon. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.