Intersoft Support Center

Enable Drag-and-Drop Between Multiple TreeView

You can set drag drop feature between two or more WebTreeView.

This topic will show you how to implement the above scenario.

To set drag and drop between TreeView

  1. Right click on each WebTreeView instance and choose Properties to open Properties Window.
  2. Set the AllowDragDrop property to True for each WebTreeView.
  3. It is recommended to set all the properties inside DragDropSettings to True for each WebTreeView, so you can drop into all nodes without restriction.
  4. Run the project.
Previous Next