Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Drag & Drop items from WinListView/WinListBar to WinTree
posted

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

Parents Reply Children