Fazer uma PerguntaFazer uma Pergunta
 

PerguntaGestures

  • sexta-feira, 3 de julho de 2009 0:03Michael OConnor Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    I 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.

    thanks!

Todas as Respostas

  • terça-feira, 7 de julho de 2009 12:09Bruce.ZhouMSFT, ModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Hi Michael,

    I am also not familiar with this. Here I find some resources, see if this blog and this theory document will help you.

    Best regards,
    Bruce Zhou
    Please mark the replies as answers if they help and unmark if they don't.