ListBox::SetHeaderItemSize
void SetHeaderItemSize ( short headerItem, short size );
Parameters
- headerItem
1-based index of the header item. - size
The required size of the header item.
Description
Only those header items can be resized on which the isSizeable
flag is set by the SetHeaderItemSizeableFlag
method. Use SetHeaderItemMinSize
to set the minimal size of the header item.