http://bugs.winehq.org/show_bug.cgi?id=6232
Summary: CListCtrl: Control in the first column does not resize Product: Wine Version: 0.9.20. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: renu.rajput@gmail.com CC: dank@kegel.com
In my application, I have a List Control. It is derived from CListCtrl, and the columns are added at run time to the list using the function InsertColumn()
The first column has a combo control and is inserted as: InsertColumn(nPos++, CBO_CTRL, ARRAY_KEY, pParent, "Array", LVCFMT_LEFT, nWidth = rect.Width() * 0.05f);
Under Wine, when the column is resized, the control does not get resized. Attachments: ListCtrl - Windows.bmp -- This shows the control under Windows ListCtrl - Linux.bmp -- This shows the control under Linux