ListBox.ColumnAlignmentAt
From Xojo Documentation
Property (As Integer )
aListBox.ColumnAlignmentAt(ColumnNumber as Integer) = newIntegerValue
or
IntegerValue = aListBox.ColumnAlignmentAt(ColumnNumber as Integer)
New in 2019r2
Supported for all project types and targets.
or
IntegerValue = aListBox.ColumnAlignmentAt(ColumnNumber as Integer)
New in 2019r2
Supported for all project types and targets.
Aligns the specified column. The first column is numbered zero.
Notes
You specify the alignment via ListBox.Alignments.
Examples
For example:
ListBox1.ColumnAlignmentAt(1) = ListBox.Alignments.Right
Decimal aligns the decimal separator to the right edge of the column. You need to use ColumnAlignmentOffsetAt to move the alignment point in the column.