DesktopListBox.SortTypes

From Xojo Documentation

Enumeration
DesktopListBox.SortTypes

New in 2021r3

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 from sorting the column contents.