Click to See Complete Forum and Search --> : ListView


Erick.Jensen
August 3rd, 1999, 10:33 AM
With the current listview provided with VB6, if you have the MultiSelect property set to true (to allow selection of multiple ListItems) and you use the Ctrl or Shift keys to select multiple items it selects them just fine. But as soon as you click on an item that was selected and attempt to drag it, the other items you had previously selected are lost. Only the item you are dragging is dragged. I want to be able to allow the user to select multiple items and then drag all of them by selecting one of the items and dragging it (as Windows Explorer does). With the current listview control, the only way to drag multiple items is to hold Ctrl or Shift and MouseDown on the last ListItem you want to select and drag that item without ever mousing up. I do not believe this is not an acceptible way to do this. Please advise.

Rajeswari L
August 18th, 1999, 05:08 AM
Hi,
I have a problem in selecting an item in the listview and drag it out by showing the mouse pointer as the name of the item selected.I want while draging out of the control to some other container control ( say picture box)the mouse pointer should show the name of the item selected while draging. Please advice.
Thanks.