c# - Windows Phone 8.1 image scaling -
How can I show an image, how can I do that in the user gallery? I mean scaling with two fingers and etc. User cant resize simple & lt; Image> Object.
& lt; Grid & gt; & Lt; ScrollViewer zoommode = "enabled" & gt; & Lt; Image source = "myimage.jpg" /> & Lt; / ScrollViewer & gt; & Lt; / Grid & gt;
You can add ScrollViewer's minzoom factor
and MaxZoomFactor
(default value 0,1 and 2)
Comments
Post a Comment