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 08fb8f6 commit 47dcd59Copy full SHA for 47dcd59
docs/controls/WrapPanel.md
@@ -47,7 +47,7 @@ The following sample demonstrates how to add WrapPanel Control.
47
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
48
xmlns:local="using:Microsoft.Toolkit.Uwp.SampleApp.SamplePages"
49
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
50
- xmlns:wrapPanel="using:Microsoft.Toolkit.Uwp.UI.Controls.WrapPanel"
+ xmlns:wrapPanel="using:Microsoft.Toolkit.Uwp.UI.Controls"
51
mc:Ignorable="d">
52
53
<Grid Background="{StaticResource Brush-Grey-05}">
0 commit comments