mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-03-29 17:45:31 +02:00
Update MapItemsControl.cs
This commit is contained in:
parent
9b8a8e35af
commit
8ac01e7d81
|
|
@ -17,7 +17,7 @@ using Microsoft.UI.Xaml.Controls;
|
||||||
namespace MapControl
|
namespace MapControl
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Manages a collection of selectable items on a Map.
|
/// An ItemsControl with selectable items on a Map. Uses MapItem as item container.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class MapItemsControl : ListBox
|
public partial class MapItemsControl : ListBox
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue