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.


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

source
share