Removing the blue selection bar in a listbox on display?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
We are using VS2003 to write some software using the compact framework. We
have a form that has a listbox on it. We load the listbox with data from a
database table. What I want to be able to do is not have the "blue" line
selector show up in the listbox "UNTIL" someone touches a line item in the
listbox. Is there a simple way that I can do this?

Thanks in advance,
nb
 
I think that setting the selected index to -1 will do something of that
sort.

Paul T.
 
Back
Top