You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/controls/itemscontrol.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You will probably use these properties most often:
34
34
<td>The item template, contains a DataTemplate which will be applied to individual items and can be used to change how items look.</td>
35
35
</tr>
36
36
<tr>
37
-
<td><code>ItemsControl.ItemPanel</code></td>
37
+
<td><code>ItemsControl.ItemsPanel</code></td>
38
38
<td>The container panel to place items in. By default, this is a StackPanel. See [this page](../../concepts/custom-itemspanel.md) to customise the ItemsPanel.</td>
0 commit comments