Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetHeaderItemMinSize

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

void SetHeaderItemMinSize (
    short           headerItem,
    short           minSize
);

Parameters

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

Description

A header item can be resized by mouse interaction, only if the isSizeable flag is set to true on the list box header item. This flag can be set by the SetHeaderItemSizeableFlag method. The defult minimal size of a header item is 0.