WebListBox.ColumnSortTypeAt

From Xojo Documentation

Method

WebListBox.ColumnSortTypeAt(index As Integer) As WebListBox.SortTypes

New in 2020r1

Supported for all project types and targets.

Dictates whether or not the column indicated is sortable.

Sample Code

This example makes the first column sortable.

ListBox1.ColumnSortTypeAt(0) = WebListBox.SortTypes.Sortable

See Also

WebListBox.SortTypes enumeration.