Share via


LB_SETCOLUMNWIDTH

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.

LB_SETCOLUMNWIDTH wParam = (WPARAM) cxColumn; 
lParam = 0;

Parameters

  • cxColumn
    Specifies the width, in pixels, of all columns.

Return Values

None.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Winuser.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

LB_SETTABSTOPS

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.