Skip to content

Commit 121216e

Browse files
authored
Merge pull request #563 from r2d2rigo/patch-4
Fixed typo in itemscontrol.md
2 parents 0c4db2d + bdc663b commit 121216e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/controls/itemscontrol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You will probably use these properties most often:
3434
<td>The item template, contains a DataTemplate which will be applied to individual items and can be used to change how items look.</td>
3535
</tr>
3636
<tr>
37-
<td><code>ItemsControl.ItemPanel</code></td>
37+
<td><code>ItemsControl.ItemsPanel</code></td>
3838
<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>
3939
</tr>
4040
<tr>

0 commit comments

Comments
 (0)