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.
No comments yet, be the first one to post comment.