ListBox loses selection with focus

  • Thread starter Thread starter richie
  • Start date Start date
R

richie

Is there an easy way to persist the selection of a ListBox after it loses its focus?

Regards rich
 
Huh? It *does* persist. ListBox doesn't even hide the selection when it
loses focus (not by default, anyway).
 
* (e-mail address removed) (richie) scripsit:
Is there an easy way to persist the selection of a ListBox after it loses its focus?

If you are talking about the List_View_ control: The selection persists,
but you may want to set its 'HideSelection' property to 'False'.
 
lol... well these things just sort of happen when application grow bigger I guess!!

I'll have to check a simple example and work on it from there.

rich.
 
Check HideSelection property.

HTH
Alex

richie said:
lol... well these things just sort of happen when application grow bigger I guess!!

I'll have to check a simple example and work on it from there.

rich.

"Joe White" <[email protected]> wrote in message
 
Back
Top