0
votes

I am looking for WPF MVVM solution to drag and drop within as well as accross different listboxes.

Drag and Dropping Within Listboxes would update the sequence or Order.

I came across the Gong Soloution one which unfornately does not support both.

Also dragging something off (into nowhere) a listbox would remove the item would be really nice to have.

1
ViewModels care nothing of dragging and dropping. It is entirely the concern of the view.user1228
Agree, How would you handle drag and drop between listboxes having disparate data structures.Rauld
With dread and trepidation. Drag/drop is a basterd.user1228

1 Answers

2
votes

I would highly recommend looking into Bea Stollnitz's article on Drag/Drop. If her drag/drop code doesn't do what you need, it is very easy to add on to