WebListBox.HasHeader
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.