Skip to content

Commit d08b05e

Browse files
authored
Review changes committed
1 parent 26738b9 commit d08b05e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ListView_WebApiSample/ListView_WebApiSample/MainPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RowDefinition Height="50"/>
1414
<RowDefinition Height="*"/>
1515
</Grid.RowDefinitions>
16-
<Label Text="Load data from Web Api" BackgroundColor="SlateBlue" FontSize="18" FontAttributes="Bold" TextColor="White" VerticalTextAlignment="Center" HorizontalTextAlignment="Center"/>
16+
<Label Text="Load data from web Api" BackgroundColor="SlateBlue" FontSize="18" FontAttributes="Bold" TextColor="White" VerticalTextAlignment="Center" HorizontalTextAlignment="Center"/>
1717
<syncfusion:SfListView x:Name="listView" ItemSize="90" ItemSpacing="5" Grid.Row="1"
1818
BackgroundColor="AliceBlue" ItemsSource="{Binding Items}">
1919
<syncfusion:SfListView.ItemTemplate>
@@ -29,8 +29,8 @@
2929
<RowDefinition Height="Auto"/>
3030
<RowDefinition Height="Auto"/>
3131
</Grid.RowDefinitions>
32-
<Label Grid.Row="0" Grid.Column="0" Text="Order Id " HorizontalOptions="Start" TextColor="Black" FontSize="16" FontAttributes="Bold"/>
33-
<Label Grid.Row="1" Grid.Column="0" Text="Customer Id " HorizontalOptions="Start" TextColor="Black" FontSize="16" FontAttributes="Bold"/>
32+
<Label Grid.Row="0" Grid.Column="0" Text="Order ID " HorizontalOptions="Start" TextColor="Black" FontSize="16" FontAttributes="Bold"/>
33+
<Label Grid.Row="1" Grid.Column="0" Text="Customer ID " HorizontalOptions="Start" TextColor="Black" FontSize="16" FontAttributes="Bold"/>
3434
<Label Grid.Row="2" Grid.Column="0" Text="Ship Country " HorizontalOptions="Start" TextColor="Black" FontSize="16" FontAttributes="Bold"/>
3535

3636
<Label Grid.Row="0" Grid.Column="1" Text="{Binding OrderID}" HorizontalOptions="Start" TextColor="Black" FontSize="16" WidthRequest="100"/>

0 commit comments

Comments
 (0)