Home All Groups Group Topic Archive Search About
Author
3 Oct 2006 2:09 AM
Glenn Cameron
Does anyone know how to make a .net listview operate like it vb6 equivent
when it comes to single selection. I am wanting my listview to be single
select but one item is always selected like a listbox. If the I click on a
blank area currently it will deselect all items.

Author
3 Oct 2006 3:23 AM
Cor Ligthert [MVP]
Glenn,

Selected index = -1

Cor

Show quoteHide quote
"Glenn Cameron" <gl***@activedocs.com> schreef in bericht
news:OyVlCEp5GHA.4592@TK2MSFTNGP04.phx.gbl...
> Does anyone know how to make a .net listview operate like it vb6 equivent
> when it comes to single selection. I am wanting my listview to be single
> select but one item is always selected like a listbox. If the I click on a
> blank area currently it will deselect all items.
>