I have a listview with 3 coloumns. The first two columns has values and the third one is empty yet. I want to know, how can i insert a colored text later into the third column? I don’t want to color the full row, only the third column with changing colors.
Thanks in advance!
kampi
@Richard Harrison has the right idea in using
NM_CUSTOMDRAW.Rather than re-implementing the needed functionality though you should consider using one of the freely available CListView derived types.
Here is a project that I think will meet your needs.