hi!
i want to use drawitem() to easily set a background color to alternate rows in my clistctrl rows. I've made it ownerdrawfixed, add drawitem override procedure, put ON_WM_DRAWITEM()... but my item data are not displayed. but when i removed the ownerdrawfixed property, it displays the data, but ofcourse it doesnt go to drawitem() procedure.
i want to use drawitem() to easily set a background color to alternate rows in my clistctrl rows. I've made it ownerdrawfixed, add drawitem override procedure, put ON_WM_DRAWITEM()... but my item data are not displayed. but when i removed the ownerdrawfixed property, it displays the data, but ofcourse it doesnt go to drawitem() procedure.