Gets/sets a value which determines whether user can use drag-n-drop operations to re-arrange items in the control.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Property UseDragToMove As Boolean
public bool UseDragToMove { get; set; }
If items order is important for your application logic, you can enable this property to provide easy way to change items order simply by drag-n-drop. But if you need to implement more sophisticated drag-n-drop operations you should set UseDragToMove property to false and handle ItemDrag and other related events manually.