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);
要求
Header: afxcmn.h