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.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
LB_SETCOLUMNWIDTH wParam = (WPARAM) cxColumn; lParam = 0;
Parameters
cxColumn
Specifies the width, in pixels, of all columns.
Return Values
None
See Also