vote up 2 vote down star
2

Now that I can make useful user controls in WPF (thanks to this stackoverflow answer) I want to be able to put numerous user controls on one page in two columns and enable the user to be able to move them around according to preference, dragging the ones they use the most to the top, etc.

Can anyone point me to code, tutorials, etc. which do this? I can imagine this has been made quite easy to do in WPF.

flag

4 Answers

vote up 2 vote down check

There's also How can I drag and drop items between data bound ItemsControls? by Bea Stollnitz.

The article talks about a reusable set of adorners that enable drag-n-drop between controls.

It's somewhat advanced, but very useful.

link|flag
vote up 2 vote down

Hey there,

Here is a blog post to get you started on drag drop functionality in WPF.

Have Fun.

link|flag
vote up 0 vote down

I know this isn't exactly what you need but it might get you close!!!

Martin Grayson has a project on Codeplex called Blacklight... Check out the Drag dock Panel!!!

link|flag
vote up 1 vote down

A series of blog posts that deal with Drag and Drop using attached properties.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.