Hi,
attached you can find a small module, which allows you to have draggable items in a tableview.
Basically, it will add the following event to the TableView:
_MoveRow (SourceSection As Int, SourceRow As Int, SourceItem As Int, DestinationSection As Int, DestinationRow As Int, DestinationItem As Int)
Have a look at the example
Jan
attached you can find a small module, which allows you to have draggable items in a tableview.
Basically, it will add the following event to the TableView:
_MoveRow (SourceSection As Int, SourceRow As Int, SourceItem As Int, DestinationSection As Int, DestinationRow As Int, DestinationItem As Int)
Have a look at the example
Jan