
CListrCtrl & Change Color and/or Font :: MFC
Hi.
I would like to know how to change the color and/or font
of a CListCtrl box item. For example, let say you have
the following listbox.
// Column header
Cars Year
// Column item
X 0
Y 1
Z 2
.....
I would like to make row 0 have yellow text and display
font "blah."
I would like to make row 1 have green text and display
font "blah2."
Thanks,
Kuphryn