Call this member function to set the height of all items in the list box.
int SetItemHeight ( int nIndex, UINT cyItemHeight );
| Header File | Afxwin.h |
| Platforms | |
| Versions | 1.0 and later |
| Complete documentation | Visual C++ documentation |
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.
CListBox Overview, CListBox Member Functions, Control Classes, CListBox::GetItemHeight