I have a problem with the ListView control.
I want to be able to drag and drop multiple items, much like in Windows
Explorer. I can do the drag-drop fine, but the problem is the
MultiSelect property. If I enable this, rather than just having Shift
and Ctrl selections with the mouse, it gives me a multi-select where
you drag over the list with the mouse.
I don't want this. I want to disable the drag-over selection, because
it interferes with my drag & drop operations.
Anyone know how to do this?
Thanks,
Campbell