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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -