MXS dotNet ListView drag&drop

istan
Advisor
Advisor

MXS dotNet ListView drag&drop

istan
Advisor
Advisor

I need a quick hint, how to drop multiple elements from one to another ListView.

I already tried

e.Data.GetDataPresent( dotnetclass "ListViewItemCollection") 
e.Data.GetDataPresent( dotnetclass "ListView.SelectedListViewItemCollection")

but these "ItemCollection" classes do not exist..

Alternatively can I somehow find out, if the dropped "ListViewItem" came from another ListView? Then I could take the selection from there..

0 Likes
Reply
Accepted solutions (1)
528 Views
1 Reply
Reply (1)

istan
Advisor
Advisor
Accepted solution

oups..

"ListView+.." was missing..

0 Likes