SetColumnHeaderAlign

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetColumnHeaderAlign(iColumn:Int, iAlign:Int)
Sets the Columns header text alignment.

Returns

Nothing

Parameters

  • iColumn:Int - Column to be set.
  • iAlign:Int - Alignment of the column header. Should be one of:
    • ifsoGUI_JUSTIFY_LEFT:Int - Cell text is aligned left.
    • ifsoGUI_JUSTIFY_CENTER:Int - Cell text is centered.
    • ifsoGUI_JUSTIFY_RIGHT:Int - Cell text is aligned right.

Gadget Information

Pertains to Multi-Column Listbox.

Example

Personal tools