Re: listview colums
- Posted by LarryMiller Nov 24, 2010
- 1377 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.