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
- Right click on WebTreeView instance and choose Properties
to open Properties Window.
- Set the AllowDragDrop property to True.
- Set the AllowMultipleSelect property to True.
- Run the project.