Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::HeaderFlag Enum

The Header/NoHeader flag of the list box control.

enum HeaderFlag
{
    NoHeader =  0,
    Header =  DG_LT_HEADER
};

Value Definitions

NoHeader
The list box does not have a header control.
Header
The list box has a header control above the list items.

Description

The list box header is displayed at the top of the list box. The header can be divided into more header items. The header is used to display information about the list box columns and can be configured to enable the user to dynamically adjust the size and the order of the list box columns.