Click to See Complete Forum and Search --> : List View Colors


Bengi
February 27th, 2003, 04:43 PM
does someone have a working non MFC, Fully API code to change colors in items (subItems), or just color a row without painting the entire list?
I haven't seen one so far, its all MFC and thats a shame!

charlass
February 28th, 2003, 10:11 AM
If you don't find any pure API code, then the article http://www.codeguru.com/listview/CListCtrlEx.html would be at least a good example.
It is MFC code, yes, but the author simply wraps some new API features into an extended CListControl, so you would "just" have to extract the code...