- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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..
Solved! Go to Solution.
Link copied