WebListBox.PrimaryRowColor

From Xojo Documentation

Property (As Color )
aWebListBox.PrimaryRowColor = newColorValue
or
ColorValue = aWebListBox.PrimaryRowColor

New in 2010r4

Supported for all project types and targets.

The background color of the even-numbered rows.

Example

This code in the Open event handler sets the primary and alternate row colors:

Me.PrimaryRowColor = &cFFFCCC
Me.AlternateRowColor = &cFF9999

See Also

AlternateRowColor