ListView losing colour when focus changed

  • Thread starter Thread starter Andrew Ducker
  • Start date Start date
A

Andrew Ducker

If I select an item (or row) in my listview and then change to a
different control, the selected items stop being coloured blue. Is
there any way to get them to keep their colour, so that I can tell the
user can tell which one they selected?

The items are still actually selected, as tabbing back to the listview
causes the same items to be highlighted again.

Cheers for any help,

Andy D
 
Andrew said:
If I select an item (or row) in my listview and then change to a
different control, the selected items stop being coloured blue. Is
there any way to get them to keep their colour, so that I can tell the
user can tell which one they selected?

Try setting the HideSelection property to False.



Oliver Sturm
 
Back
Top