DesktopListBoxColumn.MinWidthActual
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopListBoxColumn.MinWidthActual = newIntegerValue
or
IntegerValue = aDesktopListBoxColumn.MinWidthActual
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopListBoxColumn.MinWidthActual
New in 2021r3
Supported for all project types and targets.
The minimum width of the column (points).
Example
The following example sets the minimum widths of the first three columns.