Jon Mitchell
Jon Mitchell

Reputation: 3429

WPF Sidebar style drag and drop

I'm trying to write a WPF control that has similar functionality to the Windows Sidebar. The functionaly I would like to replicate is the drag and drop ordering. When dragging an item the other items move out of the way to show you where the item will end up when dropped.

Has anyone else had to implement this sort of functionality, if so how did you go about it?

Upvotes: 0

Views: 1009

Answers (1)

Lee Roth
Lee Roth

Reputation: 224

I've been meaning to write something like that myself, but haven't quite gotten there yet. Take a look at Bea Stollnitz's drag and drop post. The insert adorner isn't the main focus of her post, but she discusses it.

Upvotes: 1

Related Questions