I'm working with the Surface Toolkit and am willing to code a basic two-finger scroll algorithm for Scatterviews which contain FlowDocumentScrollViewer , but I'm not exactly sure how to do this.
How is the math done if you take into consideration that even rotated ScatterViews should be scrollable? What else do I need to take into consideration?
One thing that bothers me is that TouchMove is fired one finger at a time so you can't really check if both fingers are down.
Its not my aim to make a perfect implementation (yet) but it should be at least useable.