I am creating an application using UltraGird for a win 8 OS. I would like to get the scrolling capability in the grid like on an iPad - swipe up to scroll down, swipe down to scroll up. Can I get this capability?
Hello Inter,
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
Sincerely,
Milko
Developer Support Engineer
Infragistics
www.infragistics.com/support
Yes you can have scrolling capability in UltraGrid. To achieve this you have to add UltraTouchProvider to your form and to set its option enabled to true. More about UltraTouchProvider you may find by following next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Touch_Support.html
Please find attached a sample solution implementing touch enabled UltraGrid.
Please let me know if this is what you are looking for or if I am missing something.