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.
Asked
Active
Viewed 199 times
0
-
You mean `Pinch-Zoom`? – Kulasangar Mar 04 '15 at 14:00
-
Do you want just an animation of zooming-in and zooming-out an image without user interaction? – Łukasz Rejman Mar 04 '15 at 14:04
-
Yes.I need animation of image zooming without user interaction...... – Venkat_09 Mar 05 '15 at 08:29
1 Answers
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 Phone
which 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