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
- Right click on each WebTreeView instance and choose Properties
to open Properties Window.
- Set the AllowDragDrop property to True
for each WebTreeView.
- It is recommended to set all the properties inside DragDropSettings
to True for each WebTreeView, so you can drop into all nodes without
restriction.
- Run the project.