xaml - Xamarin forms designing for multiple resolutions -


how can design according various resolutions in xamarin forms application. have been using viewbox control windows application not found in xamarin forms.my requirement is, if set 50 px control , should scale or down according various resolutions. please provide design guide lines achieve this. have been using grid row definitions , column definitions, cases have manually set height / width or padding controls. please me.

xamarin.forms not use pixels. uses platform specific density aware units.

xamarin.forms has philosophy of using conventions of underlying platforms as possible. in accordance philosophy, xamarin.forms programmer works sizes defined each particular platform. sizes programmer encounters through xamarin.forms api in these platform-specific device-independent units.

that "points" in ios , "dpi" on android.

there's whole book chapter (free) https://download.xamarin.com/developer/xamarin-forms-book/bookpreview2-ch05-rel0203.pdf


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -