File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,15 @@ You can set DockPanel LastChildFill property to true if you want the last item a
25
25
26
26
``` xaml
27
27
<Page ...
28
- xmlns : controls =" using:CommunityToolkit.WinUI.Controls" />
29
-
30
- <controls : DockPanel Name =" SampleDockPanel" Margin =" 2" Background =" LightGray" LastChildFill =" False" >
31
- <StackPanel Height =" 100" controls:DockPanel.Dock=" Top" Background =" Black" ></StackPanel >
32
- <StackPanel Width =" 100" controls:DockPanel.Dock=" Left" Background =" Red" ></StackPanel >
33
- <StackPanel Height =" 100" controls:DockPanel.Dock=" Bottom" Background =" Green" ></StackPanel >
34
- <StackPanel Width =" 100" controls:DockPanel.Dock=" Right" Background =" Blue" ></StackPanel >
35
- </controls : DockPanel >
28
+ xmlns : controls =" using:CommunityToolkit.WinUI.Controls" >
29
+
30
+ <controls : DockPanel Name =" SampleDockPanel" Margin =" 2" Background =" LightGray" LastChildFill =" False" >
31
+ <StackPanel Height =" 100" controls:DockPanel.Dock=" Top" Background =" Black" ></StackPanel >
32
+ <StackPanel Width =" 100" controls:DockPanel.Dock=" Left" Background =" Red" ></StackPanel >
33
+ <StackPanel Height =" 100" controls:DockPanel.Dock=" Bottom" Background =" Green" ></StackPanel >
34
+ <StackPanel Width =" 100" controls:DockPanel.Dock=" Right" Background =" Blue" ></StackPanel >
35
+ </controls : DockPanel >
36
+
37
+ </Page >
36
38
```
37
39
You can’t perform that action at this time.
0 commit comments