File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
9.0/Apps/DeveloperBalance/Pages Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1717 </ContentPage .Behaviors>
1818 <Grid >
1919 <ScrollView >
20- <VerticalStackLayout
21- BindableLayout.ItemsSource=" {Binding Projects}"
22- Margin =" {StaticResource LayoutPadding}"
23- Spacing =" {StaticResource LayoutSpacing}" >
24- <BindableLayout .ItemTemplate>
20+ <CollectionView
21+ ItemsSource =" {Binding Projects}"
22+ Margin =" {StaticResource LayoutPadding}" >
23+ <CollectionView .ItemsLayout>
24+ <LinearItemsLayout
25+ Orientation =" Vertical"
26+ ItemSpacing =" {StaticResource LayoutSpacing}" />
27+ </CollectionView .ItemsLayout>
28+ <CollectionView .ItemTemplate>
2529 <DataTemplate x : DataType =" models:Project" >
2630 <Border >
2731 <VerticalStackLayout Padding =" 10" >
3337 </Border .GestureRecognizers>
3438 </Border >
3539 </DataTemplate >
36- </BindableLayout .ItemTemplate>
37- </VerticalStackLayout >
40+ </CollectionView .ItemTemplate>
41+ </CollectionView >
3842 </ScrollView >
3943
4044 <controls : AddButton
You can’t perform that action at this time.
0 commit comments