formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists

fz_fuim_list_colm_enum

Description

Bit flags that are used to change how columns in a list are handled.

enum fz_fuim_list_colm_enum {

FZ_FUIM_LIST_COLM_NO_TITLE_BIT,

FZ_FUIM_LIST_COLM_NO_DRAG_BIT,

FZ_FUIM_LIST_COLM_NO_V_DIVIDE_BIT };

Members

FZ_FUIM_LIST_COLM_NO_TITLE_BIT

Indicates that clicking in the title bar of the column isn't handled.
Default is for the column of the title bar that was clicked to be highlighted while the mouse is down and for the click (or double-click) function called (if one is set).
If there is a title string, the last picked title will be underlined.

FZ_FUIM_LIST_COLM_NO_DRAG_BIT

Indicates that the divider line between the column and the column to the right can't be dragged around.
Note : Since there is no divider to the right of the far right column, this bit has no effect on that column.

FZ_FUIM_LIST_COLM_NO_V_DIVIDE_BIT

Indicates that the divider line between the column and the column to the right is not to be displayed.
Default is for there to be divisions between columns.
Note : If this bit is set, the column to the right is unable to be resized by click-dragging.

Availability

5.0.0.0

See Also

,

Defined in

fz_fuim_list_api.h