Skip to content

Commit fa452ea

Browse files
authored
Fixed issue where multi select option wouldn't work (#4212)
1 parent ba58e92 commit fa452ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/Views/ModernShellPage.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
HorizontalAlignment="Stretch"
248248
x:FieldModifier="public"
249249

250-
MultiselectEnabled="{x:Bind InteractionViewModel.MultiselectEnabled}"
250+
MultiselectEnabled="{x:Bind InteractionViewModel.MultiselectEnabled, Mode=TwoWay}"
251251
SelectAllInvokedCommand="{x:Bind SelectAllContentPageItemsCommand}"
252252
InvertSelectionInvokedCommand="{x:Bind InvertContentPageSelctionCommand}"
253253
ClearSelectionInvokedCommand="{x:Bind ClearContentPageSelectionCommand}"

0 commit comments

Comments
 (0)