WebListBox.AlternateRowColor
From Xojo Documentation
Property (As Color )
aWebListBox.AlternateRowColor = newColorValue
or
ColorValue = aWebListBox.AlternateRowColor
New in 2010r4
Supported for all project types and targets.
or
ColorValue = aWebListBox.AlternateRowColor
New in 2010r4
Supported for all project types and targets.
The background color of the odd-numbered rows.
Example
This code in the Open event handler sets the primary and alternate row colors: