LVM_GETCOLUMNWIDTHLVM_GETCOLUMNWIDTH*
*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.

iCol
Index of the column. This parameter is ignored in list view.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.