Hi,
I'm working on an application which will be running on a touchscreen where I'll show a list of items in a control like a ListBox. The functionality I need to accomplish is that besides the normal scrolling behavior through scrollbar(s). I want user to be able to slide ListBox items through stylus/mouse drag as show in Microsoft Surface Advertisement here http://www.youtube.com/watch?v=Cog8b8ojji0 at 1 minute and 3 seconds.
It may be easy to do in WPF but I don't have that much knowledge to do it. Can somone suggest some steps like what control I should use to wrap my items? Where t detect Drag operation? and then how to play a smooth sliding animation to move items around.
Thanks a lot in advance.