I currently have NM_CUSTOMDRAW message calling a function to color the rows of a listctrl in report mode. I can detect when a row is selected and color it myself, but this method doesn’t get called for the cell that is selected, so I can’t color that cell. So my question is 1) is there a way to have windows call my custom draw method for every cell whether it is selected or not? 2) If not what is the easiest way to make a selection span entire row.
Thanks,
CP
I currently have NM_CUSTOMDRAW message calling a function to color the rows of a
Share
I found the answer, and Microsoft made it easier than I guess it used to be.
See:
https://learn.microsoft.com/en-gb/windows/win32/controls/extended-list-view-styles?redirectedfrom=MSDN