I am creating an application using UltraWinGrid for a WinXP touchpad. 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?
If it's not possible in WinXP, is it possible in WIn7?
http://sephirex.wang/1.avi video url
Hi Sir.
I used the code you provided, but there have some problem, kindly refer to the video, please.
I can't stop when the 'grid' scrolling , it automatic scroll down and up.
Thank you.
Regards,
James
What code are you using for moving to the next/previous cards? Is it something like (where Me is the grid object):
Me.ActiveRowScrollRegion.ScrollRowIntoView(Me.ActiveRow.GetSibling(Infragistics.Win.UltraWinGrid.SiblingRow.Next))
No I was end up adding two buttons on the sides of the grid. Move Previous and Move Next. Move next highlights the next card and move previous highligteds the preious card.
Let me know know if you find any thing..
I am also looking to implement this in a Card View grid. Did you have any success with this?