WebListBoxColumnData.Sortable
From Xojo Documentation
Property (As Boolean )
aWebListBoxColumnData.Sortable = newBooleanValue
or
BooleanValue = aWebListBoxColumnData.Sortable
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebListBoxColumnData.Sortable
New in 2020r1
Supported for all project types and targets.
If true, the column's sort widget will appear allowing the user to sort this column.
See Also
SortDirection property