punker76 / gong-wpf-dragdrop

The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF
BSD 3-Clause "New" or "Revised" License
2.25k stars 392 forks source link

Removing a list item from a selection using 'ctrl' key should be applied on mouse up #432

Closed willytanner closed 1 year ago

willytanner commented 2 years ago

Removing a list item from a selection using 'ctrl' key is applied on mouse down. Standard selection behaviour should remove a list item on mouse up. You can check this behaviour in windows explorer.

In an application where you use 'ctrl' + drag-and-drop to copy items from a list (like copying files in windows explorer), if you remove item from selection on mouse down, users have to press 'ctrl' after starting drag-and-drop. If you remove item from selection on mouse up, users can press 'ctrl' before or after starting drag-and-drop.

willytanner commented 1 year ago

Thank you punker76. It works like a charm