Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetHeaderItemSizeableFlag

Sets the resizeability flag of a header item.

void SetHeaderItemSizeableFlag (
    short               headerItem,
    bool                isSizeable
);

Parameters

headerItem
1-based index of the header item.
isSizeable
If this state is set to true, the header item can be resized by mouse interaction.

Description

Use the SetHeaderItemMinSize method to set the minimal size of the header item.