1616 </ContentPage .Resources>
1717
1818 <ContentPage .Content>
19- <StackLayout >
20- <syncfusion : SfListView x : Name =" listView" ItemSize =" 60" ItemsSource =" {Binding ContactsInfo}" >
21- <syncfusion : SfListView .ItemTemplate >
22- <DataTemplate >
23- <Grid x : Name =" grid" >
24- <Grid .ColumnDefinitions>
25- <ColumnDefinition Width =" 70" />
26- <ColumnDefinition Width =" *" />
27- <ColumnDefinition Width =" 100" />
28- </Grid .ColumnDefinitions>
29- <Image Source =" {Binding ContactImage}" VerticalOptions =" Center" HorizontalOptions =" Center" HeightRequest =" 50" WidthRequest =" 50" />
30- <Grid Grid.Column=" 1" RowSpacing =" 1" Padding =" 10,0,0,0" VerticalOptions =" Center" >
31- <Grid .RowDefinitions>
32- <RowDefinition Height =" 25" />
33- <RowDefinition Height =" 20" />
34- </Grid .RowDefinitions>
35- <Label LineBreakMode =" NoWrap" FontFamily =" RobotoMedium" Grid.Row=" 0" TextColor =" {Binding .,Converter={StaticResource ColorConverter},ConverterParameter={x:Reference Name=listView}}" Text =" {Binding ContactName}" />
36- <Label Grid.Row=" 1" FontFamily =" RobotoMedium" Grid.Column=" 0" TextColor =" {Binding .,Converter={StaticResource ColorConverter},ConverterParameter={x:Reference Name=listView}}" LineBreakMode =" NoWrap" Text =" {Binding ContactNumber}" />
37- </Grid >
38- <Label Grid.Column=" 2" TextColor =" {Binding .,Converter={StaticResource ColorConverter},ConverterParameter={x:Reference Name=listView}}" LineBreakMode =" NoWrap" Text =" {Binding ContactType}" FontFamily =" RobotoMedium" VerticalOptions =" CenterAndExpand" HorizontalOptions =" CenterAndExpand" />
19+ <syncfusion : SfListView x : Name =" listView" ItemSize =" 60" ItemsSource =" {Binding ContactsInfo}" >
20+ <syncfusion : SfListView .ItemTemplate >
21+ <DataTemplate >
22+ <Grid x : Name =" grid" >
23+ <Grid .ColumnDefinitions>
24+ <ColumnDefinition Width =" 70" />
25+ <ColumnDefinition Width =" *" />
26+ <ColumnDefinition Width =" 100" />
27+ </Grid .ColumnDefinitions>
28+ <Image Source =" {Binding ContactImage}" VerticalOptions =" Center" HorizontalOptions =" Center" HeightRequest =" 50" WidthRequest =" 50" />
29+ <Grid Grid.Column=" 1" RowSpacing =" 1" Padding =" 10,0,0,0" VerticalOptions =" Center" >
30+ <Grid .RowDefinitions>
31+ <RowDefinition Height =" 25" />
32+ <RowDefinition Height =" 20" />
33+ </Grid .RowDefinitions>
34+ <Label LineBreakMode =" NoWrap" FontFamily =" RobotoMedium" Grid.Row=" 0" TextColor =" {Binding .,Converter={StaticResource ColorConverter},ConverterParameter={x:Reference Name=listView}}" Text =" {Binding ContactName}" />
35+ <Label Grid.Row=" 1" FontFamily =" RobotoMedium" Grid.Column=" 0" TextColor =" {Binding .,Converter={StaticResource ColorConverter},ConverterParameter={x:Reference Name=listView}}" LineBreakMode =" NoWrap" Text =" {Binding ContactNumber}" />
3936 </Grid >
40- </DataTemplate >
41- </syncfusion : SfListView .ItemTemplate>
42- </syncfusion : SfListView >
43- </StackLayout >
37+ <Label Grid.Column=" 2" TextColor =" {Binding .,Converter={StaticResource ColorConverter},ConverterParameter={x:Reference Name=listView}}" LineBreakMode =" NoWrap" Text =" {Binding ContactType}" FontFamily =" RobotoMedium" VerticalOptions =" CenterAndExpand" HorizontalOptions =" CenterAndExpand" />
38+ </Grid >
39+ </DataTemplate >
40+ </syncfusion : SfListView .ItemTemplate>
41+ </syncfusion : SfListView >
4442 </ContentPage .Content>
45- </ContentPage >
43+ </ContentPage >
0 commit comments