sorry to jump into an old thread, but I am faced with this same problem. I would like to use a multicolumn listbox to allow the user to sort some items in LV8.0.1. I see that the bug associated with dragging items in listboxes in executables is now fixed so I'm optimistic about a graceful solution. I am new to drag and drop in LV, but it would seem that it would be possible to get the index of an item dragged, and also the index of where it is dropped in the same listbox. If this is possible, I can reorder the array represented by the items in the listbox. Some pointers on how to do this would be great.
Based on the previous discussion here in this thread, it seems that the consensus was to check the order of the items in the listbox after the drop event, and then reorder the array as necessary. I can do this (the first column of my mclb is unique), but if it is possible to get the indeces, I'd like to do that instead.
Thanks,
Chris