Started by goodonline ·
2007-08-03 20:36 UTC ·
3 replies · SMF topic #32
goodonline
2007-08-03 20:36 UTC
Is it possible to drag n drop within a list box to change the order of the list items?
Robert Good.
tlindell
2007-08-04 14:05 UTC
The only drag-n-drop events I see are to exterior drop locations from a control. :(
owenwengerd
2007-08-04 17:23 UTC
author=goodonline link=topic=32.msg135#msg135 date=1186173389 wrote:
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
2007-08-06 16:41 UTC
Thats great news.
Thanks Owen,
Robert Good.