0
kicks
Windows 7 Multi-touch Panning with ScrollViewer in WPF 3.5 Part Duex
In my last post I described a class that wraps the ScrollViewer control to enable multi-touch panning in it.
Well, it’s not exactly the right way to do it. You should be receiving the pan messages in the Window, then finding the scroll viewer where the window was touched using a Hit Test, and scroll that ScrollViewer.