CTreeCtrl::GetItemHeight
이 멤버 함수는 Win32 메시지의 동작을 구현 TVM_GETITEMHEIGHT에 설명 된 대로, 여 Windows SDK.
SHORT GetItemHeight( ) const;
반환 값
픽셀에 해당 항목의 높이입니다.
예제
// Double the height of the items.
SHORT sHeight = m_TreeCtrl.GetItemHeight();
m_TreeCtrl.SetItemHeight(2 * sHeight);
요구 사항
헤더: afxcmn.h