TreeView_GetItemHeightTreeView_GetItemHeight*
*Contents  *Index  *Topic Contents
*Previous Topic: TreeView_GetItem
*Next Topic: TreeView_GetItemRect

TreeView_GetItemHeight


int TreeView_GetItemHeight(
    HWND hwndTV 
);

Retrieves the current height of the tree view items. You can use this macro or send the TVM_GETITEMHEIGHT message explicitly.

hwndTV
Handle to a tree view control.

Version 4.71

See also TreeView_SetItemHeight


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