diff --git a/Files/Views/ModernShellPage.xaml b/Files/Views/ModernShellPage.xaml index 2b96eda93605..a5b2f2c3d560 100644 --- a/Files/Views/ModernShellPage.xaml +++ b/Files/Views/ModernShellPage.xaml @@ -247,7 +247,7 @@ HorizontalAlignment="Stretch" x:FieldModifier="public" - MultiselectEnabled="{x:Bind InteractionViewModel.MultiselectEnabled}" + MultiselectEnabled="{x:Bind InteractionViewModel.MultiselectEnabled, Mode=TwoWay}" SelectAllInvokedCommand="{x:Bind SelectAllContentPageItemsCommand}" InvertSelectionInvokedCommand="{x:Bind InvertContentPageSelctionCommand}" ClearSelectionInvokedCommand="{x:Bind ClearContentPageSelectionCommand}"