From: Sarbeswar Meher Sarbeswar on
This is for Win32 or WinCE application. Currently Microsoft supports the
ownerdraw listview with style LVS_REPORT where as it doesn't support for
LVS_ICON, LVS_SMALLICON and LVS_LIST. It means ON_WM_DRAWITEM() is invoked
only for LVS_REPORT style. If something is not implemented, then it should be
clearly mentioned in MSDN. I am requesting Microsoft to solve this bug.

From: mahendra on
On May 7, 5:13 pm, Sarbeswar Meher <Sarbeswar
Me...(a)discussions.microsoft.com> wrote:
> This is for Win32 or WinCE application. Currently Microsoft supports the
> ownerdraw listview with style LVS_REPORT where as it doesn't support for
> LVS_ICON, LVS_SMALLICON and LVS_LIST. It means ON_WM_DRAWITEM() is invoked
> only for LVS_REPORT style. If something is not implemented, then it should be
> clearly mentioned in MSDN. I am requesting Microsoft to solve this bug.

create list with style LVS_OWNERDRAW and map WM_DRAWITEM and
WM_MEASUREITEM