Skip to content

Commit

Permalink
Merge pull request #3344 from windows-toolkit/mhawker/patch-3343
Browse files Browse the repository at this point in the history
Workaround for #3343
  • Loading branch information
michael-hawker authored Jun 12, 2020
2 parents a33cf2f + db96b33 commit 5faa6aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<!--Column Grid Splitter-->
<controls:GridSplitter
GripperCursor="@[GripperCursor:Enum:GripperCursorType.Default]"
HorizontalAlignment="@[HorizontalAlignment:Enum:HorizontalAlignment.Left]"
HorizontalAlignment="Left"
Grid.Column="@[Column:Slider:1:0-2]"
ResizeDirection="@[ResizeDirection:Enum:GridResizeDirection.Auto]"
ResizeBehavior="@[ResizeBehavior:Enum:GridResizeBehavior.BasedOnAlignment]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
</StackPanel>
</ScrollViewer>

<controls:Loading x:Name="LoadingControl" HorizontalContentAlignment="@[HorizontalContentAlignment:Enum:HorizontalAlignment.Center:Left.Right.Center.Stretch]"
VerticalContentAlignment="@[VerticalContentAlignment:Enum:VerticalAlignment.Center:Stretch.Center.Top.Bottom]">
<controls:Loading x:Name="LoadingControl">
<controls:Loading.Background>
<SolidColorBrush Color="@[Background:Brush:Black]" Opacity="@[Background Opacity:DoubleSlider:0.7:0-1]" />
</controls:Loading.Background>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<GridView.ItemsPanel>
<ItemsPanelTemplate>
<controls:StaggeredPanel DesiredColumnWidth="@[DesiredColumnWidth:Slider:250:50-400]"
HorizontalAlignment="@[HorizontalAlignment:Enum:HorizontalAlignment.Left]"
HorizontalAlignment="Stretch"
ColumnSpacing="@[ColumnSpacing:Slider:5:0-50]@"
RowSpacing="@[RowSpacing:Slider:5:0-50]@" />
</ItemsPanelTemplate>
Expand Down

0 comments on commit 5faa6aa

Please sign in to comment.