can i get the listbox's feature of extended multiple selection with listview?
thnks
Printable View
can i get the listbox's feature of extended multiple selection with listview?
thnks
You may have already figured this out, but you just set its MultiSelect property to True.
<b>listbox's</b> feature of extended multiple has the effect : keeping left mouse button cliked and moving downward without releasing the mouse is selecting items. By setting <b>listview</b> multiselect=true u do not get the above effect u r just allowed to select multiple items but with multiple mouse clicks
I see what you mean, but (and you may well know this) you can select a range of listview rows by selecting the first one, holding down the Shift key, and selecting the last one. Not as good as the listbox, but I think that that is the best you can do although it is always possible that there is an API that does the extended multiselect.