From d01c6be617ae400eb6a7d0f07e08d2b19f189299 Mon Sep 17 00:00:00 2001 From: Winston de Jong Date: Sun, 21 Mar 2021 21:00:52 -0700 Subject: [PATCH] Fixed issue where multi select option wouldn't work --- Files/Views/ModernShellPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"