WebListBox.ColumnStyle
From Xojo Documentation
Method
WebListBox.ColumnStyle(Column As Integer, Assigns Style As WebStyle)
New in 2011r1
Supported for all project types and targets.
New in 2011r1
Supported for all project types and targets.
Assigns the Style WebStyle to the column column. Column is zero-based.
Example
The following assigns a WebStyle to column 1:
Listbox1.ColumnStyle(1) = BoldColumnStyle