WebListBox.HasHeader
From Xojo Documentation
Property (As Boolean )
aWebListBox.HasHeader = newBooleanValue
or
BooleanValue = aWebListBox.HasHeader
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebListBox.HasHeader
New in 2020r1
Supported for all project types and targets.
If True, the header row is displayed.
Notes
This property is False by default.