Drag and drop example?

I have a simple question, I have already searched the Internet, but I can not find an example. I just need something simple: I have 2 lists and I want to drag and drop. But it should be in WPF and MVVM. The examples I found were not clear. I have problems handling events. Anyone who can help me and give a good link to a good example or tutorial?

+6
wpf mvvm drag-and-drop
source share
1 answer

Take a look at GongSolutions.Wpf.DragDrop . It is a drag'n'drop structure for WPF. It works with MVVM, multiple selections, TreeViews ... and is very easy to use.

Here are two tutorials:

+10
source share

All Articles