1. listview colums
- Posted by dcole Nov 24, 2010
- 1414 views
Hello All,
How do I change the backColor of one column of a listview?
Don Cole
2. Re: listview colums
- Posted by LarryMiller Nov 24, 2010
- 1376 views
Windows does not support this directly. To do this you will have to use the custom draw feature of the Listview control. This MSDN article explains custom draw:
http://msdn.microsoft.com/en-ca/library/ff919569%28VS.85%29.aspx
I have used custom draw but not for this purpose.