Drag and Drop

Started by Kerry, October 06, 2007, 05:25:13 PM

Previous topic - Next topic

Kerry

Has anyone done any testing with 'Drag and Drop' between controls. ?

.. or particularly to/from ListBox, ListView

I know the Grid control does not support Drag/Drop  but has anyone played with a workaround ?
Perfection is not optional.
My other home is TheSwamp

tlindell

I haven't put much effort into DD yet as I feel it is a ease-of-use-capability and not mandatory in my current set of projects, I make sure there are graphical buttons to do the job first.  At some point I intend to add it where it seems appropriate.

If you're looking for a work around explicitly for the grid control, perhaps look at the mousedown and mouseup events?