Intersoft Support Center

Enable Multiple Nodes Selection with Drag-and-Drop

You can set drag drop and multiple selection features at the same time.

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

To set drag and drop with multiple selection

  1. Right click on WebTreeView instance and choose Properties to open Properties Window.
  2. Set the AllowDragDrop property to True.
  3. Set the AllowMultipleSelect property to True.
  4. Run the project.
Previous Next