File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 76
76
<!--Column Grid Splitter-->
77
77
<controls:GridSplitter
78
78
GripperCursor="@[GripperCursor:Enum:GripperCursorType.Default]"
79
- HorizontalAlignment="@[HorizontalAlignment:Enum:HorizontalAlignment. Left] "
79
+ HorizontalAlignment="Left"
80
80
Grid.Column="@[Column:Slider:1:0-2]"
81
81
ResizeDirection="@[ResizeDirection:Enum:GridResizeDirection.Auto]"
82
82
ResizeBehavior="@[ResizeBehavior:Enum:GridResizeBehavior.BasedOnAlignment]"
Original file line number Diff line number Diff line change 60
60
</StackPanel>
61
61
</ScrollViewer>
62
62
63
- <controls:Loading x:Name="LoadingControl" HorizontalContentAlignment="@[HorizontalContentAlignment:Enum:HorizontalAlignment.Center:Left.Right.Center.Stretch]"
64
- VerticalContentAlignment="@[VerticalContentAlignment:Enum:VerticalAlignment.Center:Stretch.Center.Top.Bottom]">
63
+ <controls:Loading x:Name="LoadingControl">
65
64
<controls:Loading.Background>
66
65
<SolidColorBrush Color="@[Background:Brush:Black]" Opacity="@[Background Opacity:DoubleSlider:0.7:0-1]" />
67
66
</controls:Loading.Background>
Original file line number Diff line number Diff line change 26
26
<GridView.ItemsPanel>
27
27
<ItemsPanelTemplate>
28
28
<controls:StaggeredPanel DesiredColumnWidth="@[DesiredColumnWidth:Slider:250:50-400]"
29
- HorizontalAlignment="@[HorizontalAlignment:Enum:HorizontalAlignment.Left] "
29
+ HorizontalAlignment="Stretch "
30
30
ColumnSpacing="@[ColumnSpacing:Slider:5:0-50]@"
31
31
RowSpacing="@[RowSpacing:Slider:5:0-50]@" />
32
32
</ItemsPanelTemplate>
You can’t perform that action at this time.
0 commit comments