ListBox.SortTypes
From Xojo Documentation
Enumeration
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. |