StartDraggingItem Method
StartDraggingItem(Int32)
Start dragging an item to reorder the list. Only call this from mouse events where a button is pressed to avoid errors.
Declaration
public void StartDraggingItem(int index)
Parameters
Int32 | index | Index of the item to drag. |