Very easy to do with the CheckList class. I changed a few lines in the class to make it possible. Try the attached demo. Your "after drop" code must be inserted where I wrote "AFTER DROP CODE".
Hi @
Informatix.
using this class it's possible to move (drag) a item within the list and let the item to be dropped between two other items?
P.S.
I follow your guidelines in order to handle the drop code but I don't known how to handle the panels below the DragAndDrop panel.
More in detail, for example, while moving the DragAndDrop panel, I wish to dinamically highlight (and do also other actions) the panel / panels below the DragAndDrop panel (sv.panel.GetView(x) where x is the index of the panel below the DD panel).
Is it possible?