DesktopListBox.HeaderPressed

From Xojo Documentation

Event


DesktopListBox.HeaderPressed(Column as Integer) As Boolean

New in 2021r3

Supported for all project types and targets.

Runs after a ListBox header has been clicked/pressed. The index on Column is zero-based. You can use this event to specify whether you want to sort the column that was pressed. If you return True, the column is not sorted and it does not update the SortedColumn property.