WebListBox.ColumnHeaderStyle
From Xojo Documentation
Property (As WebStyle )
aWebListBox.ColumnHeaderStyle(index As Integer) = newWebStyleValue
or
WebStyleValue = aWebListBox.ColumnHeaderStyle(index As Integer)
New in 2014r2
Supported for all project types and targets.
or
WebStyleValue = aWebListBox.ColumnHeaderStyle(index As Integer)
New in 2014r2
Supported for all project types and targets.
The WebStyle class to apply to the column header index of the WebListBox.
Example
In the Shown event handler of a WebPage, this code applies a style to the first column header of a WebListBox:
SortableListBox.ColumnHeaderStyle(0) = SortableHeaderStyle
See Also
WebStyle class.