drag n Drop Question

Started by goodonline, August 03, 2007, 01:36:29 PM

Previous topic - Next topic

goodonline

Is it possible to drag n drop within a list box to change the order of the list items?

Robert Good.

tlindell

The only drag-n-drop events I see are to exterior drop locations from a control. :(

owenwengerd

Quote from: goodonline on August 03, 2007, 01:36:29 PM
Is it possible to drag n drop within a list box to change the order of the list items?

Yes, just handle the OnDragDropFromControl event (make sure DragnDropAllowBegin and DragnDropAllowDrop are set to True).

goodonline

Thats great news.

Thanks Owen,

Robert Good.