File tree Expand file tree Collapse file tree
src/MAUI/Maui.Samples/Samples/UtilityNetwork/CreateLoadReport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 HeightRequest =" 300"
3131 VerticalScrollBarVisibility =" Default" >
3232 <CollectionView .Header>
33- <Grid ColumnDefinitions = " Auto, Auto, Auto "
34- ColumnSpacing = " 25 "
35- HorizontalOptions =" Center " >
33+ <Grid Margin = " 5,0 "
34+ ColumnDefinitions = " 75, *, * "
35+ HorizontalOptions =" Fill " >
3636 <Label Grid.Column=" 0"
3737 FontAttributes =" Bold"
3838 Text =" Phase" />
4646 </CollectionView .Header>
4747 <CollectionView .ItemTemplate>
4848 <DataTemplate x : DataType =" local:PhaseSummary" >
49- <Grid Margin =" 5"
50- ColumnDefinitions =" 100, 50, 175"
51- HorizontalOptions =" Center" >
52- <Label Text =" {Binding Phase}" />
49+ <Grid Margin =" 5,0"
50+ ColumnDefinitions =" 75, *, *"
51+ HorizontalOptions =" Fill" >
52+ <Label Grid.Column=" 0"
53+ Text =" {Binding Phase}" />
5354 <Label Grid.Column=" 1"
54- HorizontalOptions =" Center"
5555 Text =" {Binding TotalCustomers}" />
5656 <Label Grid.Column=" 2"
57- HorizontalOptions =" Center"
5857 Text =" {Binding TotalLoad}" />
5958 </Grid >
6059 </DataTemplate >
You can’t perform that action at this time.
0 commit comments