Listview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Glenn Cameron

    #1

    Listview

    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.


  • Cor Ligthert [MVP]

    #2
    Re: Listview

    Glenn,

    Selected index = -1

    Cor

    "Glenn Cameron" <glenn@activedo cs.comschreef in bericht
    news:OyVlCEp5GH A.4592@TK2MSFTN GP04.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.
    >

    Comment

    Working...