listview - Win32: List View Group Header Text Color -


In Windows, its images can be grouped in the following list as a picture:

< P>

My application employs a white-on-black GUI Most controls (buttons, fields, check boxes, etc.) I have created myself, but I have lots of windows list view control I like it, so I want to use it. To this end, I have set the background color black and the text color to white color

However, I can not find any way to change the text color The group headings are controlled by this theme, so it is not clear that also can be changed, but I believe that all you see is my need: the default blue on the black background Color looks awesome

So what ListView group is a means to change the color of text in the header?

If you are running on XP, then you have to go through LVGROUPMETRICS structure You can set the group header colors from but with your screen shots, you're obviously Vista or later. Unfortunately, after XP, this message does nothing.

So, sorry, no, you can not do anything to change the colors, you can not attract the boss too.


Comments