ListBox.Alignments

From Xojo Documentation

Enumeration
ListBox.Alignments

New in 2019r2

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.