Setting ListView Focused Color

  • Thread starter Thread starter Brian Reed
  • Start date Start date
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?
 
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.
 
Back
Top