mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
MapItemsControl SelectedItem
This commit is contained in:
parent
1aa233bc79
commit
e8b6d318ec
4 changed files with 16 additions and 5 deletions
|
|
@ -65,5 +65,10 @@ namespace MapControl
|
|||
mapItem.ClearValue(MapItem.LocationProperty);
|
||||
}
|
||||
}
|
||||
|
||||
protected void SetSelectedItem(object item)
|
||||
{
|
||||
SetSelectedItems(new[] { item });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue