Drag & Drop with more than 2 listviews?

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

I have successfully used the sample provided in msdn for creating darg&drop
between 2 listviews. Is this possible for more than 2 listviews?

I have listview A,B and C and I want to do the following:

Drag & Drop between:

A -> B
B <-->C

thx for any help in advance.

juvi
 
Yes

For more help please send the link from MSDN which you used.

I will help you more for optimizing it
 
hello,

I have tried now several things....the problem is that I can only get the
sender...so which gets alls dragged listview items and I would need to be
able to determine from which listview the drag started to can make custom
events for my DragDrop....

juvi
 
Back
Top