From 8ac01e7d8125ff8cefd8536c03e53ce4e4f19389 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Mon, 22 Jul 2024 18:06:27 +0200 Subject: [PATCH] Update MapItemsControl.cs --- MapControl/Shared/MapItemsControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/MapItemsControl.cs b/MapControl/Shared/MapItemsControl.cs index 782573f2..4640cd9d 100644 --- a/MapControl/Shared/MapItemsControl.cs +++ b/MapControl/Shared/MapItemsControl.cs @@ -17,7 +17,7 @@ using Microsoft.UI.Xaml.Controls; namespace MapControl { /// - /// Manages a collection of selectable items on a Map. + /// An ItemsControl with selectable items on a Map. Uses MapItem as item container. /// public partial class MapItemsControl : ListBox {