Tagged Questions
4
votes
1answer
2k views
Windows Mobile 6.5 Gestures and C# 2.0 Application
I am looking for some advice on handling WM 6.5 Gestures in a C# 2.0 Application. Currently things like pan and scroll are interfering with controls like the Tab Control and listviews.
Is there a way ...
0
votes
0answers
188 views
Two finger gestures and single touch gestures
I have a canvas that allow users to draw lines with one finger. With two fingers, the user can pinch-to-zoom and pan the image. My Problem is that the single touch is detected before the two finger ...