You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for ContentElement as target elements. ContentElements such as Runs within TextBlocks could not be used as drop target items, because they are not UIElements. 23b1299
Allow drag of elements which are not ItemsControls. a135a80
Set the SourceItem to the DataContext from the sender of the drag operation
Set the VisualSourceItem to the OriginalSource of the drag operation
Use mouse position from OriginalSource if possible
Add new attached property DropTargetAdornerBrush and new Pen property to DropTargetAdorner. So it's now easier to change the drop target adorner brush. ccbb122
Prevent quickly selection changing while drag operation. 826dabe
#1 Selecting an item and the mouse quickly changes selection before drag is started
Better drop target handling for expanded TreeViewItem. eea2b0e
#103 Insert position calculates improperly for expanded TreeViewItem
Fix an issue with the DropAdorner Z-Index. Search for the ScrollContentPresenter only for DataGrid to show the DropTargetAdorner, cause on the other item controls it will shown on top. 46089a8