Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetHeaderItemSize

Sets the size of a header item in the list box control.

void SetHeaderItemSize (
    short           headerItem,
    short           size
);

Parameters

headerItem
1-based index of the header item.
size
The required size of the header item.

Description

If the isSynchron state is set to true on the list box header, the size of the header items are synchronized with the corresponding tabulator fields automatically. Use SetHeaderSynchronState to change the synchron state of the header.
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.