CListBox::SetItemHeight

Call this member function to set the height of all items in the list box.

Syntax

int SetItemHeight ( int nIndex, UINT cyItemHeight );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Because Windows CE doesn't support owner-drawn list boxes, there's no reason to specify an item index in the nIndex parameter. Always set the index parameter to zero.

See Also

CListBox Overview, CListBox Member Functions, Control Classes, CListBox::GetItemHeight