Smooth pinch-zooming and panning on Windows Phone 8

后端 未结 3 1370
渐次进展
渐次进展 2020-12-17 15:38

I\'ve managed to implement pinch zooming and panning by hooking up to the ManipulationDelta and ManipulationStarted events (on an image control):

    private         


        
3条回答
  •  遥遥无期
    2020-12-17 15:58

    I know it's a late answer but here's another sample project which could help to resolve this problem http://code.msdn.microsoft.com/wpapps/Smooth-flick-and-zoom-with-7760c7f7

提交回复
热议问题