We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afe31f commit c410e5bCopy full SHA for c410e5b
src/Controls/samples/Controls.Sample.UITests/Issues/Issues15815.xaml
@@ -5,7 +5,7 @@
5
Title="Issues15815">
6
<Grid RowDefinitions="Auto,Auto, Auto" >
7
<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"
+ <CollectionView x:Name="col" BackgroundColor="Pink" Grid.Row="1" ItemsLayout="HorizontalList"
9
ItemSizingStrategy="MeasureAllItems" HeightRequest="200">
10
<CollectionView.ItemTemplate>
11
<DataTemplate>
0 commit comments