Skip to content

Commit

Permalink
allow drop for Issue #188 sample
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Aug 4, 2016
1 parent 0f56678 commit d02df5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Examples/DefaultsExample/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1350,9 +1350,7 @@
dd:DragDrop.IsDragSource="True"
dd:DragDrop.UseDefaultDragAdorner="True"
dd:DragDrop.DefaultDragAdornerOpacity="0.6"
dd:DragDrop.DropHandler="{Binding}"
Background="Transparent"
>
Background="Transparent">
<ItemsControl.ItemTemplate>
<DataTemplate DataType="{x:Type local:ItemViewModel}">
<GroupBox Margin="0,0,0,10">
Expand Down

0 comments on commit d02df5d

Please sign in to comment.