ListView Control

  • Thread starter Thread starter anthony
  • Start date Start date
A

anthony

Hi,

I am using a ListView control, I set the View property to Details, then I
went into the ColumnHeader Collection Editor and added some column headers,
but there I cannot set the color and font for the column text? Are these
properties inherited, if so, how can I change them?


Thanks in Advance!
 
anthony said:
I am using a ListView control, I set the View property to Details, then I
went into the ColumnHeader Collection Editor and added some column
headers,
but there I cannot set the color and font for the column text? Are these
properties inherited, if so, how can I change them?

You will have to apply the styles for each item. Set
'UseItemStyleForSubItems' to 'False' for the first item in each row.
 
Back
Top