Where to start on creating finger swipe navigation in an collection of items
- by Thomas Stock
Lets say I want to make a control to select any integer number by dragging on a "bar" with numbers:
(156 is selected)
Mousedown on "159" and dragging towards the left and then doing mouseup changes the control to this:
(160 is selected)
I've been experimenting for the past 3 hours but I'm inexperienced in Silverlight so I'm having problems…