LB_SETCOLUMNWIDTH (Windows CE 5.0)

Send Feedback

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.
  • lParam
    Not used.

Return Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.

See Also

LB_SETTABSTOPS | List Boxes Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.