ListBox.SortTypes

From Xojo Documentation

Enumeration
ListBox.SortTypes

New in 2019r2

Specifies whether or not a listbox column is sortable by the end user.

Values

Enum Description
Sortable The column header includes a widget allowing the end user to sort the contents of the column.
Unsortable The column header does not include a sorting widget, preventing the end user form sorting the column contents.