WebListBox.SortTypes

From Xojo Documentation

Enumeration
WebListBox.SortTypes

New in 2020r1

Values used with ColumnSortTypeAt to indicate if a column is sortable or not.

Values

Enum Description
Sortable A widget appears in the column header allowing the user to sort the column.
Unsortable The column cannot be sorted by the user, thus no sort widget appears in the column header.

Compatibility

Web projects on Linux, macOS and Windows operating systems.

See Also

ColumnSortTypeAt property.