Skip to content

Commit 7ffbd99

Browse files
Update itemscontrol_itemspanel.md
1 parent 13c365c commit 7ffbd99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

windows.ui.xaml.controls/itemscontrol_itemspanel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Gets or sets the template that defines the panel that controls the layout of ite
1616

1717
## -xaml-syntax
1818
```xaml
19-
<itemsControl>
20-
<itemsControl.ItemsPanel>
19+
<ItemsControl>
20+
<ItemsControl.ItemsPanel>
2121
singlePanelTemplate
22-
</itemsControl.ItemsPanel>
23-
</itemsControl>
22+
</ItemsControl.ItemsPanel>
23+
</ItemsControl>
2424
- or -
25-
<itemsControl ItemsPanel="resourceReferenceToPanelTemplate"/>
25+
<ItemsControl ItemsPanel="resourceReferenceToPanelTemplate"/>
2626
```
2727

2828

0 commit comments

Comments
 (0)