http://bugs.winehq.org/show_bug.cgi?id=19024
Summary: No WM_MEASUREITEM received on LV creation (LVS_OWNERDRAWFIXED) Product: Wine Version: 1.1.24 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: martinez.pr0team@gmail.com
Created an attachment (id=21937) --> (http://bugs.winehq.org/attachment.cgi?id=21937) Application demonstrates the problem.
After creation of a ListView with the LVS_OWNERDRAWFIXED style parent window should receive the WM_MEASUREITEM message.
It can be succesfully forced by sending WM_WINDOWPOSCHANGED, however LV should be invalidated after getting this message.