Setting BackColor of sub items in a list view.

  • Thread starter Thread starter Sinex
  • Start date Start date
S

Sinex

Hi,
I have a listview in the Details mode. I want to set the back color of
sub items. Is this possible and how?

Sinex
 
Sinex said:
I have a listview in the Details mode. I want to set the back color of
sub items. Is this possible and how?

Set their 'BackColor' property. Make sure the first item in the row has its
'UseItemStyleForSubItems' property set to 'False'.
 
Back
Top