OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Kerry on October 06, 2007, 05:25:13 PM

Title: Drag and Drop
Post by: Kerry on October 06, 2007, 05:25:13 PM
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 ?
Title: Re: Drag and Drop
Post by: tlindell on October 07, 2007, 11:35:24 AM
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?