SelectionMode Extended

This commit is contained in:
ClemensFischer 2025-03-19 20:43:02 +01:00
parent 946d28a50c
commit 6e20f6be49
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@
<map:MapItemsControl ItemContainerStyle="{StaticResource PushpinItemStyle}"
ItemsSource="{Binding Pushpins}"
SelectedItem="{Binding SelectedPushpin, Mode=TwoWay}"
SelectionMode="Multiple"
SelectionMode="Extended"
LocationMemberPath="Location"
SelectionChanged="MapItemsControlSelectionChanged"/>