[Bug 6232] New: CListCtrl: Control in the first column does not resize

Wine Bugs wine-bugs at winehq.org
Wed Sep 20 00:35:19 CDT 2006


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 at winehq.org
        ReportedBy: renu.rajput at gmail.com
                CC: dank at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list