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 13c365c commit 7ffbd99Copy full SHA for 7ffbd99
windows.ui.xaml.controls/itemscontrol_itemspanel.md
@@ -16,13 +16,13 @@ Gets or sets the template that defines the panel that controls the layout of ite
16
17
## -xaml-syntax
18
```xaml
19
-<itemsControl>
20
- <itemsControl.ItemsPanel>
+<ItemsControl>
+ <ItemsControl.ItemsPanel>
21
singlePanelTemplate
22
- </itemsControl.ItemsPanel>
23
-</itemsControl>
+ </ItemsControl.ItemsPanel>
+</ItemsControl>
24
- or -
25
-<itemsControl ItemsPanel="resourceReferenceToPanelTemplate"/>
+<ItemsControl ItemsPanel="resourceReferenceToPanelTemplate"/>
26
```
27
28
0 commit comments