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.
- Returns the height of the items, in pixels.
- hwndTV
- Handle to a tree view control.
Version 4.71
See also TreeView_SetItemHeight
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.