Reputation: 990
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.
Upvotes: 0
Views: 1761
Reputation: 132548
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
Upvotes: 2