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

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