Is there any plan to implement List drag & drop? What I need is at least to move up/down a ListItem in same List, not generic drag & drop.
Current onMouseDown and onMouseUp event would be a good starting point but there is no way to find an item by x, y when the List is scrollable.
As alternative, it would be nice to get the item index on List mouse events instead of coordinates.