CTreeCtrl::GetItemHeight
Essa função de membro implementa o comportamento de mensagem TVM_GETITEMHEIGHTWin32, como descrito em Windows SDK.
SHORT GetItemHeight( ) const;
Valor de retorno
A altura do item, em pixels.
Exemplo
// Double the height of the items.
SHORT sHeight = m_TreeCtrl.GetItemHeight();
m_TreeCtrl.SetItemHeight(2 * sHeight);
Requisitos
Cabeçalho: afxcmn.h