From bdc663bc7b6a01402a8e1467c880c39165958c66 Mon Sep 17 00:00:00 2001 From: Rodrigo Diaz Date: Sun, 27 Oct 2024 21:31:25 +0000 Subject: [PATCH] Fixed typo in itemscontrol.md --- docs/reference/controls/itemscontrol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/controls/itemscontrol.md b/docs/reference/controls/itemscontrol.md index 0b8eb0657..27740d9f1 100644 --- a/docs/reference/controls/itemscontrol.md +++ b/docs/reference/controls/itemscontrol.md @@ -34,7 +34,7 @@ You will probably use these properties most often: The item template, contains a DataTemplate which will be applied to individual items and can be used to change how items look. - ItemsControl.ItemPanel + ItemsControl.ItemsPanel The container panel to place items in. By default, this is a StackPanel. See [this page](../../concepts/custom-itemspanel.md) to customise the ItemsPanel.