Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to enable dragging in a Spark List component.
Create handlers for the mouseDown, dragEnter, and dragDrop events that the List dispatches, and call the DragManager.doDrag() and DragManager.acceptDragDrop() methods to start the dragging operation and accept the dragged item. On the dragDrop event, update the data provider of the List with the new item.