We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba58e92 commit fa452eaCopy full SHA for fa452ea
Files/Views/ModernShellPage.xaml
@@ -247,7 +247,7 @@
247
HorizontalAlignment="Stretch"
248
x:FieldModifier="public"
249
250
- MultiselectEnabled="{x:Bind InteractionViewModel.MultiselectEnabled}"
+ MultiselectEnabled="{x:Bind InteractionViewModel.MultiselectEnabled, Mode=TwoWay}"
251
SelectAllInvokedCommand="{x:Bind SelectAllContentPageItemsCommand}"
252
InvertSelectionInvokedCommand="{x:Bind InvertContentPageSelctionCommand}"
253
ClearSelectionInvokedCommand="{x:Bind ClearContentPageSelectionCommand}"
0 commit comments