ListView losing colour when focus changed

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
 
O

Oliver Sturm

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top