I\'m trying to create a form in a WPF application that will allow the user to use iPhone-like gestures to scroll through the available fields. So, I\'ve put all my form cont
You should use the attached properties:
The PanningMode defaults to None in the ScrollViewer default style, but setting it to another value will enable touch scrolling. I'm currently investigating using this feature in my app and am looking for a good deceleration and ratio value... I'll probably just have to test them out to find something that works well.