Setting ListView Focused Color

B

Brian Reed

I am managing colors in my list view and setting the entire row to a given
color. If I select a row and then click in an area that does not have a
row, my previously selected row draws as white because it still has the
focus. There are too many scenarios that I would have to reset the focus.
Is there a way to set the focus color of the listview so that I never see
the white focused selection?
 
H

Herfried K. Wagner [MVP]

Hello,

Brian Reed said:
I am managing colors in my list view and setting the entire
row to a given color. If I select a row and then click in
an area that does not have a row, my previously selected row
draws as white because it still has the focus. There are too
many scenarios that I would have to reset the focus. Is
there a way to set the focus color of the listview so that I never see
the white focused selection?

Why not? That's the standard behavior. Changing it may confuse the users.
 

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