File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1010 </ContentPage .BindingContext>
1111
1212 <Grid RowDefinitions =" *,Auto" >
13- <CollectionView ItemsSource =" {Binding Items}" Grid.Row=" 0" >
13+ <CollectionView ItemsSource =" {Binding Items}" Grid.Row=" 0"
14+ ItemSizingStrategy =" MeasureFirstItem" >
1415 <CollectionView .ItemTemplate>
1516 <DataTemplate >
16- <VerticalStackLayout >
17+ <VerticalStackLayout Margin = " 16, 2 " >
1718 <Button Text =" {Binding Text}"
18- Command =" {Binding Command}" />
19- <BoxView HeightRequest =" 1"
20- HorizontalOptions =" FillAndExpand"
21- Background =" Black" />
19+ Command =" {Binding Command}" />
2220 </VerticalStackLayout >
2321 </DataTemplate >
2422 </CollectionView .ItemTemplate>
2523 </CollectionView >
26-
27- <Entry Grid.Row=" 1" ></Entry >
2824 </Grid >
2925</ContentPage >
3026
You can’t perform that action at this time.
0 commit comments