Drag & Drop

Description

C1TreeView supports drag and drop behavior which allows the end-user to drag and drop nodes to rearrange the tree structure.

The drag and drop behavior is allowed if the following properties are set to True.

  • AllowDrag - for specifying whether dragging is allowed
  • AllowDrop - for specifying whether dropping is allowed

Drag and drop node behavior can be made in single treeview or between two tree views. Furthermore, end-users can even can customize their own draggable and droppable behaviors from the client side using draggable and droppable client-side properties.

Documentation