enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseOptions to display alternating background colors for collection view rows.
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.
None | Do not alternate background colors for rows. |
ContentOnly | Alternate background colors only for rows that have content. The background color does not alternate for empty lines. |
All | Alternate background colors for all rows, regardless of whether they have content. The background color continues to alternate for empty lines. |