0

Hi I am new to windows phone 8.How to make an image to zoom in and zoom out smoothly in an automatic manner windows phone 8. Thanks for your help in advance.

Venkat_09
  • 119
  • 1
  • 6

1 Answers1

0

So to start with, you could use the Silverlight for Windows Phone Toolkit in order to use the Gesture provided by CodePlex. A workaround has been already done here. Or else another option would be to go with the ManipulationStarted events for an image.

Reference: Smooth pinch-zooming and panning on Windows Phone 8

Another option could be, to use the Viewport control for Windows Phonewhich could handle flick and pinch gestures. Better if you could have a glance at the sample given by msdn. There could be more options out there, it would be better if you could give a search on them.

Community
  • 1
  • 1
Kulasangar
  • 9,046
  • 5
  • 51
  • 82