Drag Drop with multiselect

I implemented drag-and-drop from a list in treeview with this question . The only thing I still do not understand is to drag a few items from the list. I have included multiselect in the list, but when I have several items that you have selected and start dragging and dropping, it undoes everything except the item directly below the mouse pointer. Has anyone got drag and drop to work with multiselect, and if so, how?

+3
source share
2 answers

You must hold down the ctrl or shift key when you start the drop, if you release the list, it will return to the "start selection" mode again.

0
source

, Windows . . .

0

All Articles