Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146122 | Jul 21,2019 06:06 PM UTC | Jul 22,2019 12:17 PM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfListView |
<syncfusion:SfListView x:Name="listView" AutoFitMode="Height"
ItemsSource="{Binding contactsinfo}">
<syncfusion:SfListView.ItemTemplate >
<DataTemplate>
<Grid x:Name="grid" RowSpacing="0">
<syncfusionNumeric:SfNumericTextBox x:Name="numericTextBox" Grid.Row="1"Grid.Column="0" Value="{Binding ContactNumber}" />
</Grid>
</DataTemplate>
</syncfusion:SfListView.ItemTemplate>
</syncfusion:SfListView>
|
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.