Udostępnij za pośrednictwem


CTreeCtrl::GetItemHeight

Ta funkcja Członkowskie implementuje zachowanie komunikatu Win32 TVM_GETITEMHEIGHT, jak opisano w Windows SDK.

SHORT GetItemHeight( ) const;

Wartość zwracana

Wysokość elementu w pikselach.

Przykład

// Double the height of the items.
SHORT sHeight = m_TreeCtrl.GetItemHeight();
m_TreeCtrl.SetItemHeight(2 * sHeight);

Wymagania

Nagłówek: afxcmn.h

Zobacz też

Informacje

Klasa CTreeCtrl

Wykres hierarchii

CTreeCtrl::SetItemHeight