Contents Index Topic Contents | ||
Previous Topic: LVM_GETCOLUMNORDERARRAY Next Topic: LVM_GETCOUNTPERPAGE |
LVM_GETCOLUMNWIDTH
LVM_GETCOLUMNWIDTH wParam = (WPARAM) (int) iCol; lParam = 0;Retrieves the width of a column in report or list view. You can send this message explicitly or by using the ListView_GetColumnWidth macro.
- Returns the column width if successful, or zero otherwise. If this message is sent to a list view control with the LVS_REPORT style and the specified column doesn't exist, the return value is undefined.
- iCol
- Index of the column. This parameter is ignored in list view.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.