LB_SETCOLUMNWIDTH
A version of this page is also available for
4/8/2010
This message is sent by an application to a multiple-column list box — created with the LBS_MULTICOLUMN style — to set the width, in pixels, of all columns in the list box.
Syntax
LB_SETCOLUMNWIDTH wParam = (WPARAM) cxColumn;
lParam = 0;
Parameters
- cxColumn
Specifies the width, in pixels, of all columns.
- lParam
Not used.
Return Value
None.
Requirements
Header | winuser.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |