ListView Problem
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm working with VB.NET and want to write a programm which includes a Listview, that should work like the view in the explorer. The problem is that i can not move the items (shown as LargeIcons) in the listview. Every Item should be able to be placed everywhere within the Listview. (e.g. it should be possible that one Icons is over an other Icon) I also want do drag and drop Listviewitems between to ListViews, i created a new DataObject wich includs the ListViewItem and send it with the DoDragDrop function. But if i drop the item on the other ListView, i first have to clone the Item and then delete the one in the origin ListView. Is there any simpler method to realise that ? Thanks in advance Robert