ListBox.Alignments
From Xojo Documentation
Enumeration
Specifies all possible cell value alignments.
Values
Enum | Description |
---|---|
Default | The OS-specific default alignment. |
Left | The cell value will be left-justified. |
Center | The cell value will be center-aligned. |
Right | The cell value will be right-justified. |
Decimal | The cell value will be aligned to the decimal point. |