GesturesI have been playing with the multi-touch support in WPF4, and have managed to do rotate, zooms, moves, etc.  I'm trying to figure out gestures though and can't find any examples or documentation.  Does anyone have docs, examples or a general idea of how to implement gestures?  To be clear, what I'm trying to implement now is allowing a user to swipe down on a FlowDocumentScrollViewer and have it scroll.  If the FlowDocumentScrollViewer (FDSV) doesn't support it directly, I'll wrap it in a control and manually scroll the FDSV in the code-behind, but I need to know how to capture and interpret gesture events.<br/><br/>thanks!© 2009 Microsoft Corporation. All rights reserved.Tue, 07 Jul 2009 12:09:23 Zddcff81e-bcee-4e86-ab4b-551b75299021http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ddcff81e-bcee-4e86-ab4b-551b75299021#ddcff81e-bcee-4e86-ab4b-551b75299021http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ddcff81e-bcee-4e86-ab4b-551b75299021#ddcff81e-bcee-4e86-ab4b-551b75299021Michael OConnorhttp://social.msdn.microsoft.com/Profile/en-US/?user=Michael%20OConnorGesturesI have been playing with the multi-touch support in WPF4, and have managed to do rotate, zooms, moves, etc.  I'm trying to figure out gestures though and can't find any examples or documentation.  Does anyone have docs, examples or a general idea of how to implement gestures?  To be clear, what I'm trying to implement now is allowing a user to swipe down on a FlowDocumentScrollViewer and have it scroll.  If the FlowDocumentScrollViewer (FDSV) doesn't support it directly, I'll wrap it in a control and manually scroll the FDSV in the code-behind, but I need to know how to capture and interpret gesture events.<br/><br/>thanks!Fri, 03 Jul 2009 00:03:04 Z2009-07-03T00:03:04Zhttp://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ddcff81e-bcee-4e86-ab4b-551b75299021#e2b912be-ddb0-4f80-b65a-cfb94e0480behttp://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ddcff81e-bcee-4e86-ab4b-551b75299021#e2b912be-ddb0-4f80-b65a-cfb94e0480beBruce.Zhouhttp://social.msdn.microsoft.com/Profile/en-US/?user=Bruce.ZhouGesturesHi Michael,<br/> <br/> I am also not familiar with this. Here I find some resources, see if this <a href="http://geekswithblogs.net/QuandaryPhase/archive/2009/01/26/wpf-gesture-navigation.aspx">blog</a> and this theory <a href="http://blog.whitespaced.co.za/wp-content/uploads/2007/09/gesturerecognition_dotnet.pdf">document</a> will help you. <br/> <br/> Best regards,<br/> Bruce Zhou<hr class="sig">Please mark the replies as answers if they help and unmark if they don't.Tue, 07 Jul 2009 12:09:22 Z2009-07-07T12:09:22Z