xaml - To load an image in a frame in xamarin.forms -


i want load image in specific frame, when zoom in , out, should within frame, should not come out of boundary. able achieve using scroll view, there white spaces when pan image after zooming image.i want pan through image.

on latest features of xamarin.forms pinch gesture inside contentpage, here official page:

https://developer.xamarin.com/guides/xamarin-forms/user-interface/gestures/pinch/

and entire project sample:

https://github.com/xamarin/xamarin-forms-samples/tree/master/workingwithgestures/pinchgesture

here example of can achieve:

xamarin.forms pinch example


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -