Enabled ThreeState for Selective Sync treeview
[pithos-ms-client] / trunk / Pithos.Client.WPF / SelectiveSynch / SelectiveSynchView.xaml
index d43a83a..fa3a497 100644 (file)
@@ -26,7 +26,7 @@
                                     ItemsSource="{Binding Directories}" >
                 <StackPanel Orientation="Horizontal">
                     <CheckBox
-            Focusable="False" 
+            Focusable="False" IsThreeState="True"
             IsChecked="{Binding IsChecked}" 
             VerticalAlignment="Center"
             />