Hi There,
We have to implement the functionality where we have to drag an item from ListView/ ListBar and drop it inside the Treeview, I have tried this option using the normal Windows Treeview and ListView and was able to do it with following Steps.
1. Enable AllowDrop property of Treeview.
2. Handle ItemDrag Event of the ListView Control and pass the data selected using the DoDragDrop().
3. handle the DragEnter and DragDrop event of the Treeview control.
Is there any way it can be done using the Infragistic Treeview and Listview
Thanks in advance
Hi,
If you need any additional assistance don’t hesitate to ask.
Regards
The sample
Please take a look at the attached sample and video file and let me know if you have any questions.