Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AlternatingRowBackground

Options to display alternating background colors for collection view rows.
Read time 1 minuteLast updated 7 days ago

Definition

public enum AlternatingRowBackground

Remarks

If there are more rows with content than there are visible rows, you will not see a difference between the
All
option and the
ContentOnly
option.

Fields

Value

Description

AllAlternate background colors for all rows, regardless of whether they have content. The background color continues to alternate for empty lines.
ContentOnlyAlternate background colors only for rows that have content. The background color does not alternate for empty lines.
NoneDo not alternate background colors for rows.