Skip to content

Commit c410e5b

Browse files
committed
Pink color
1 parent 2afe31f commit c410e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/samples/Controls.Sample.UITests/Issues/Issues15815.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Title="Issues15815">
66
<Grid RowDefinitions="Auto,Auto, Auto" >
77
<Label Grid.Row="0" Text="The last cell (index 2) is not visible with MeasureAllItems if 1st cell is 50px width" />
8-
<CollectionView x:Name="col" BackgroundColor="LightBlue" Grid.Row="1" ItemsLayout="HorizontalList"
8+
<CollectionView x:Name="col" BackgroundColor="Pink" Grid.Row="1" ItemsLayout="HorizontalList"
99
ItemSizingStrategy="MeasureAllItems" HeightRequest="200">
1010
<CollectionView.ItemTemplate>
1111
<DataTemplate>

0 commit comments

Comments
 (0)