I have a form with a datagridview and a listbox on it. I want to be able to select multiple items from the listbox and drag-drop them onto a row on the DGV.
I have been able to do it fine with a single string usig the mouse_down event on the listbox. It does not work with a multiple selection since the mouse_down event happens before the item is actually selected.
Also, if I hold the mouse down and try to drag, the from stays in a selection routine and ignores the mouse_leave event.
Is what I am trying to do even possible?
I have been able to do it fine with a single string usig the mouse_down event on the listbox. It does not work with a multiple selection since the mouse_down event happens before the item is actually selected.
Also, if I hold the mouse down and try to drag, the from stays in a selection routine and ignores the mouse_leave event.
Is what I am trying to do even possible?