int SetItemHeight( int nIndex, UINT cyItemHeight );
Return Value
LB_ERR if the index or height is invalid.
Parameters
nIndex
Specifies the zero-based index of the item in the list box. This parameter is used only if the list box has the LBS_OWNERDRAWVARIABLE style; otherwise, it should be set to 0.
cyItemHeight
Specifies the height, in pixels, of the item.
Remarks
An application calls the SetItemHeight member function to set the height of items in a list box. If the list box has the LBS_OWNERDRAWVARIABLE style, this function sets the height of the item specified by nIndex. Otherwise, this function sets the height of all items in the list box.
CListBox Overview | Class Members | Hierarchy Chart
See Also CListBox::GetItemHeight, LB_SETITEMHEIGHT