Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151372 | Feb 8,2020 02:36 PM UTC | Feb 21,2020 03:55 AM UTC | Xamarin.Forms | 6 |
![]() |
Tags: SfExpander |
<BindableLayout.ItemTemplate> <DataTemplate> <Grid> <Grid.RowDefinitions> <RowDefinition Height="*"/> <RowDefinition Height="1"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/> </Grid.ColumnDefinitions> <Label Text="{Binding .[0]}" FontAttributes="Bold"/> <Label Grid.Column="1" Text="{Binding .[1]}" Margin="10,0,0,0" /> <BoxView Grid.ColumnSpan="2" Grid.Row="1" BackgroundColor="LightGray"/> </Grid> </DataTemplate> </BindableLayout.ItemTemplate>
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.