SetColumnCellAlign

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetColumnCellAlign(iColumn:Int, iAlign:Int)
Sets the Columns cell text alignment.

Returns

Nothing

Parameters

  • iColumn:Int - Column to set the alignment of.
  • iAlign:Int - New alignment of the column. 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