WebListBox.ColumnSortDirectionAt
From Xojo Documentation
Method
ColumnSortDirectionAt(Index As Integer) As WebListBox.SortDirections
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
Allows you to get or set the direction by which the rows will be sorted for the column specified.
Sample Code
This example sets the sort direction of column 0 to ascending:
ListBox1.ColumnSortDirectionAt(0) = WebListBox.SortDirections.Ascending
See Also
SortDirections enumeration.