We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69e70a commit 4b74533Copy full SHA for 4b74533
components/Primitives/tests/DockPanel/DockPanelSample.xaml
@@ -1,4 +1,4 @@
1
-<Page x:Class="PrimitivesTests.DockPanelSample"
+<Page x:Class="PrimitivesTests.DockPanelSample"
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
@@ -10,9 +10,8 @@
10
mc:Ignorable="d">
11
12
<controls:DockPanel x:Name="SampleDockPanel"
13
- Grid.Column="1"
14
- HorizontalSpacing="5"
15
- LastChildFill="True"
16
- VerticalSpacing="5">
17
- </controls:DockPanel>
+ Grid.Column="1"
+ HorizontalSpacing="5"
+ LastChildFill="True"
+ VerticalSpacing="5" />
18
</Page>
0 commit comments