ListView Control

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!
 
H

Herfried K. Wagner [MVP]

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.
 

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

Similar Threads


Top