Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149781 | Dec 9,2019 09:06 AM UTC | Dec 11,2019 06:46 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfListView |
<xForms:SfListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Grid Margin="10, 0, 10, 0">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Label Grid.Column="0" Text="{Binding ContactName}" LineBreakMode="WordWrap"/>
<Label Grid.Column="1" Text="{Binding ContactNumber}" LineBreakMode="WordWrap"/>
</Grid>
</ViewCell>
</DataTemplate>
</xForms:SfListView.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.