Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143844 | Apr 7,2019 09:52 PM UTC | Apr 10,2019 01:27 PM UTC | Xamarin.Forms | 5 |
![]() |
Tags: SfDataGrid |
<Grid RowSpacing="0" BackgroundColor="Blue">
<Grid.RowDefinitions>
<RowDefinition Height=".3*"/>
<RowDefinition Height=".7*"/>
</Grid.RowDefinitions>
<Label Grid.Row="0" BackgroundColor="Blue"/>
<sfgrid:SfDataGrid x:Name="dataGrid" Grid.Row="1" Padding="0"
ColumnSizer="Auto"
ItemsSource="{Binding OrdersInfo}">
</sfgrid:SfDataGrid>
</Grid> |
<Grid x:Name="grid">
<Label Grid.Row="1" BackgroundColor="Blue" Text="Firt Row"TextColor="White"/>
<sfgrid:SfDataGrid x:Name="dataGrid" Grid.Row="0"BackgroundColor="Blue" Padding="0"
ColumnSizer="Auto"
ItemsSource="{Binding OrdersInfo}">
</sfgrid:SfDataGrid>
</Grid> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.