ListView_GetColumnWidth macro (commctrl.h)
Gets the width of a column in report or list view. You can use this macro or send the LVM_GETCOLUMNWIDTH message explicitly.
Syntax
void ListView_GetColumnWidth(
hwnd,
iCol
);
Parameters
hwnd
Type: HWND
A handle to the list-view control.
iCol
Type: int
The index of the column. This parameter is ignored in list view.
Return value
None
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |