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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -