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.
CloseThe virtualization method to use for this collection when a scroll bar is visible. Takes a value from the CollectionVirtualizationMethod enum.
The default value is FixedHeight
.
When using fixed height, specify the fixedItemHeight property.
Fixed height is more performant but offers less flexibility on content.
When using DynamicHeight
, the collection will wait for the actual height to be computed.
Dynamic height is more flexible but less performant.