DesktopListBoxColumn.MaxWidthActual

From Xojo Documentation

Property (As Integer )
aDesktopListBoxColumn.MaxWidthActual = newIntegerValue
or
IntegerValue = aDesktopListBoxColumn.MaxWidthActual

New in 2021r3

Supported for all project types and targets.

The maximum width of the column (points).

Example

The following example sets the maximum width for the first three columns.

Me.ColumnAttributesAt(0).MaxWidthActual = 80
Me.ColumnAttributesAt(1).MaxWidthActual = 80
Me.ColumnAttributesAt(2).MaxWidthActual = 45