ListBox.HasHeading
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.HasHeader as a replacement. |
Property (As Boolean )
aListBox.HasHeading = newBooleanValue
or
BooleanValue = aListBox.HasHeading
Supported for all project types and targets.
or
BooleanValue = aListBox.HasHeading
Supported for all project types and targets.
If True, a row of column headers is added to the ListBox. The user can sort the column by clicking the heading.
Example
The following example shows the Headers row. The code is in the Open event of the control.