mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
MapItemsControl.SelectItemsInRange
This commit is contained in:
parent
e99b002615
commit
9da6a13950
4 changed files with 7 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ namespace MapControl
|
|||
if (e.KeyModifiers.HasFlag(VirtualKeyModifiers.Shift))
|
||||
{
|
||||
e.Handled = true;
|
||||
MapItemsControl.SetSelectedItemsRange(this);
|
||||
MapItemsControl.SelectItemsInRange(this);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue