Question How to change the text color of Listview's group header?

damon88

Member
Joined
Nov 8, 2009
Messages
9
Programming Experience
3-5
I want to change the color of the group header text in listview which separates all the items into various groups, there is no such option to do that directly because no such property exists.

As far as i can think of it can be achieved via overriding the paint event but i have not done any overriding of paint events on windows controls so far.

Anyone knows how to do it ?

I would be very thankful if someone can suggest a solution.
 
Ive finally confirmed that you cannot do this...

I have decided to make my own Multimedia List view control and it looks pretty nice even though its still in development...:rolleyes:
 
Back
Top