Update MapItemsControl.cs

This commit is contained in:
ClemensFischer 2024-07-22 18:06:27 +02:00
parent 9b8a8e35af
commit 8ac01e7d81

View file

@ -17,7 +17,7 @@ using Microsoft.UI.Xaml.Controls;
namespace MapControl
{
/// <summary>
/// Manages a collection of selectable items on a Map.
/// An ItemsControl with selectable items on a Map. Uses MapItem as item container.
/// </summary>
public partial class MapItemsControl : ListBox
{