WebListBoxStyleRenderer.CellOnly

From Xojo Documentation

Property (As Boolean )
aWebListBoxStyleRenderer.CellOnly = newBooleanValue
or
BooleanValue = aWebListBoxStyleRenderer.CellOnly

New in 2020r1

Supported for all project types and targets.

If True, the WebStyle affects the designated cell only. If False, the WebStyle is applied to the entire row.

Notes

The default value is False, thus styles applied affect the entire row by default.

See Also

WebStyle class.