MXS dotNet ListView drag&drop

MXS dotNet ListView drag&drop

istan
Advisor Advisor
620 Views
1 Reply
Message 1 of 2

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
Accepted solutions (1)
621 Views
1 Reply
Reply (1)
Message 2 of 2

istan
Advisor
Advisor
Accepted solution

oups..

"ListView+.." was missing..

0 Likes