Constraints on Image Width/Height on WP7 GestureListener

前端 未结 3 382
别那么骄傲
别那么骄傲 2021-01-16 13:27

I added the GestureListener to an image i\'m trying to have zoom like this Stack Overflow answer here: How to zoom in and zoom out Images in WP7?

The pr

3条回答
  •  不思量自难忘°
    2021-01-16 13:59

    I ended up fixing this and getting it work perfectly with the code from the following blog:

    http://www.frenk.com/2011/03/windows-phone-7-correct-pinch-zoom-in-silverlight/

    It's a very impressive set of functions for Pinch/Zoom. The issue I had about the image covering other controls was fixed by adding clipping to the Grid, which is detailed here:

    http://www.codeproject.com/Articles/36495/Silverlight-ClipToBounds-Can-I-Clip-It-Yes-You-Can.aspx

提交回复
热议问题