I have a listbox only containing text.
The basic problem is when I drag to DragReOrder, the DropObject fires. (OF Course)
I have enabled for a listbox both DragReOrder and DropObject events.
That causes a problem when I want to ReOrder the rows, since the DropObject event is setup for importing text as opposed to Reordering rows.
Is there one of the XOJO properties that I can use to get XOJO to allow the system default to happen?
It would be nice if I could tell the DropObject
If XXXXX Then return
and it would just move the rows.