<Grid> <Grid.Margin> <OnPlatform x:TypeArguments="Thickness"> <On Platform="iOS" Value="0,0,0,20" /> <On Platform="Android, WinPhone, Windows" Value="0,0,0,30" /> </OnPlatform> </Grid.Margin> <Grid.RowDefinitions> <RowDefinition Height="2*" /> <RowDefinition Height="*" /> <RowDefinition Height="200" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto" /> <ColumnDefinition Width="*" /> </Grid.ColumnDefinitions> </Grid>
Learn .NET MAUI with step-by-step C# tutorials and ready-to-use code samples MVVM, SQLite, REST APIs, navigation, notifications and more for cross-platform apps.
Thursday, 6 February 2020
Xamarin Form Apply Margin Per PlatForm
Subscribe to:
Post Comments (Atom)
Popular Posts
-
<Label Text = "{Binding Date,StringFormat='{0:MM/dd/yy}'}" /> Output: 05/25/2019 Date Formats: DateTime....
-
RatingBar Control- is a cross-platform plugin used for selecting the rating. How To Use Available on NuGet: https://www.nuget.org/...
-
Creation Of Certificates & Profiles Certificate Create Development Certificate In Your Apple Developer Account. Once Certificated Creat...
No comments:
Post a Comment