Re: Colors for ListView Control
- Posted by LarryMiller Jul 18, 2009
- 1021 views
doncole2009 said...
I went through this before and came up with it couldn't be done.
I know this is of no help at all.
Don Cole
Different colors for individual items, and even different subitems, is certainly possible. This can be done with either ownerdraw or customdraw. Win32Lib does not directly support this but is flexible enough to make it possible by using the Windows API. Neither of these mehods are particularly difficult, if you are comfortable with using the API. Otherwise it will be difficult.