Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetHeaderItemStyle

Sets the justification and truncation settings of the content of a header item.

void SetHeaderItemStyle (
    short               headerItem,
    Justification       just,
    Truncation          trunc
);

Parameters

headerItem
1-based index of the header item.
just
The justification of the content in the header item.
trunc
The truncation of the content in the header item.

Description

If the isSynchron state is set to true on the list box header, the truncation and justification of the content of the header items are synchronized with the corresponding tabulator fields automatically, otherwise they should be handled independently by the application. Use SetHeaderSynchronState to change the synchron state of the header.