WPF drag and drop list

I am looking for a WPF drag and drop library / article / tutorial that can:

  • Drag / Drag to reorder list items.
  • Animate the panel when the item is dragged (as shown in the screenshot)

I quickly looked at the Telerik DragDropManager, which comes with ListBoxDragDropBehavior. It provides drag / drop reordering, but not quite the same behavior as in my screenshot.

I would really like to learn to write from scratch (adorners, animated panels, etc.), but at present I am limited by the time I use ready-made libraries.

enter image description hereenter image description here

[edit]

The behavior I'm looking for is the same as on the start screen of Windows 8

enter image description here

+3
source share
1 answer
+4

All Articles