0

Please somebody Help me, How to do the Double tap and Pinch and Swipe control in windows phone 7

djot
  • 2,952
  • 4
  • 19
  • 28
siva
  • 375
  • 6
  • 24

1 Answers1

0

Originally I've used GestureService from Silverlight Toolkit. Here is an article describing its usage.

However, that project has migrated to a new page which appears to be missing that service.

There is another thread here on StackOverflow that is similar to your question, maybe it will help you.

Community
  • 1
  • 1
Toni Petrina
  • 7,014
  • 1
  • 25
  • 34
  • Thank You So Much For Your Reply. Can you Tell me, How to Zooming The image When Double Tap Event Occur. – siva Mar 06 '13 at 05:10
  • I cannot give a simple answer to this, it depends on the way you are showing your image. – Toni Petrina Mar 06 '13 at 06:06
  • I Want to Zoom the Image When Double Tap Event Occur on the Image and also want to See the next Image When Swipe the First Image. – siva Mar 06 '13 at 07:45
  • This is rather complex answer and it requires me to practically implement your application for you. If you have RadControls, you can use their FilmStrip control for that purpose. – Toni Petrina Mar 06 '13 at 08:53