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 {