Is there a way to set the BackColor of the ColumnHeaders of a ListView?
feedback
|
|
I assume you're talking about Windows here. AFAIK, the header background color is determined by the system, as the ListView is a common control. You might be able to owner-draw the header. If you're using .NET, there's a | |||
|
feedback
|
|
You need to override the WM_CTLCOLOR message, now since I don't know what are you using (MFC, C#) I cannot give you any more details. For C# take a look at this (CodeProject: Customizing the header control in a ListView) | ||||
|
feedback
|