File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : local =" using:Microsoft.Toolkit.Uwp.SampleApp.SamplePages.StaggeredLayout"
6
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
7
- xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
7
+ xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls"
8
9
mc : Ignorable =" d"
9
10
Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}" >
10
11
11
- <Grid >
12
-
13
- </Grid >
12
+ <Page .Resources >
13
+ < controls : StaggeredLayout x : Key = " WrapLayoutPlaceholder " />
14
+ </Page .Resources >
14
15
</Page >
Original file line number Diff line number Diff line change 5
5
xmlns : local =" using:Microsoft.Toolkit.Uwp.SampleApp.SamplePages.WrapLayout"
6
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
- xmlns : winui =" using:Microsoft.UI.Xaml .Controls"
8
+ xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI .Controls"
9
9
mc : Ignorable =" d"
10
10
Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}" >
11
11
12
- <Grid >
13
-
14
- </Grid >
12
+ <Page .Resources >
13
+ < controls : WrapLayout x : Key = " WrapLayoutPlaceholder " />
14
+ </Page .Resources >
15
15
</Page >
You can’t perform that action at this time.
0 commit comments