Skip to content

Commit

Permalink
Remove AllowDrop=false setters (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Sep 14, 2020
1 parent 0ac2fb1 commit cba42fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ModernWpf.Controls/ListView/GridView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<Setter Property="Margin" Value="0,0,4,4" />
<Setter Property="MinWidth" Value="{DynamicResource GridViewItemMinWidth}" />
<Setter Property="MinHeight" Value="{DynamicResource GridViewItemMinHeight}" />
<Setter Property="AllowDrop" Value="False" />
<Setter Property="UseSystemFocusVisuals" Value="{DynamicResource UseSystemFocusVisuals}" />
<Setter Property="FocusVisualMargin" Value="-2" />
<Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" />
Expand Down
1 change: 0 additions & 1 deletion ModernWpf.Controls/ListView/ListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="MinWidth" Value="{DynamicResource ListViewItemMinWidth}" />
<Setter Property="MinHeight" Value="{DynamicResource ListViewItemMinHeight}" />
<Setter Property="AllowDrop" Value="False" />
<Setter Property="UseSystemFocusVisuals" Value="{DynamicResource UseSystemFocusVisuals}" />
<Setter Property="FocusVisualMargin" Value="0" />
<Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" />
Expand Down
1 change: 0 additions & 1 deletion ModernWpf/Styles/TreeView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="MinWidth" Value="{DynamicResource ListViewItemMinWidth}" />
<Setter Property="MinHeight" Value="{DynamicResource TreeViewItemMinHeight}" />
<Setter Property="AllowDrop" Value="False" />
<Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" />
<Setter Property="primitives:FocusVisualHelper.UseSystemFocusVisuals" Value="{DynamicResource UseSystemFocusVisuals}" />
<Setter Property="primitives:TreeViewItemHelper.IsEnabled" Value="True" />
Expand Down

0 comments on commit cba42fb

Please sign in to comment.