|
Prev: Palm Treo 700wx/Windows Mobile 5/Windows Vista Home Premium x86/Window Mobile Device Center 6.1/Bluetooth Connection Issues
Next: Asus A639 & Garmin Vista HCx
From: Sarbeswar Meher Sarbeswar on 7 May 2008 08:13 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 8 May 2008 03:29
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 |