Hello everybody,
I am creating a program with a listview and a treeview.
I have put the treeview in a usercontrol(for a more readable program) and I am planning to do the same with the listview.
But i am testing a few things and the dragover event of the treeview doesn 't seem to respond if I drag a listitem from a listview that is not in the usercontrol.
If I put a listview in the usercontrol, and I use the same code, it works perfectly.
Is it possible to drag and drop from a listview (in a usercontrol) to a treeview(in another listviewcontrol)?
thanx for the respons.
I am creating a program with a listview and a treeview.
I have put the treeview in a usercontrol(for a more readable program) and I am planning to do the same with the listview.
But i am testing a few things and the dragover event of the treeview doesn 't seem to respond if I drag a listitem from a listview that is not in the usercontrol.
If I put a listview in the usercontrol, and I use the same code, it works perfectly.
Is it possible to drag and drop from a listview (in a usercontrol) to a treeview(in another listviewcontrol)?
thanx for the respons.