WebListBox.HasHeading
From Xojo Documentation
Property (As Boolean )
aWebListBox.HasHeading = newBooleanValue
or
BooleanValue = aWebListBox.HasHeading
Supported for all project types and targets.
or
BooleanValue = aWebListBox.HasHeading
Supported for all project types and targets.
If True, a row of column headers is added to the WebListBox (default is True).
Example
This line turns off the heading: