TypeLib Xojo support Plugin
ColumnAlignment Module
This module defines constants for column alignment in the Einhugur Grid controls.
module ColumnAlignment
Constants
Left = 0
The text gets left aligned.
Center = 1
The text gets centered.
Right = -1
The text gets right aligned.
Truncate = 10
The text gets left aligned and truncated.