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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -