Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


fixedItemHeight

The height of a single item in the list, in pixels.
Read time 1 minuteLast updated 13 days ago

Definition

[CreateProperty]public float fixedItemHeight { get; set; }

Remarks

This property must be set when using the BaseVerticalCollectionView.virtualizationMethod is set to
FixedHeight
, for the collection view to function. If set when BaseVerticalCollectionView.virtualizationMethod is
DynamicHeight
, it serves as the default height to help calculate the number of items necessary and the scrollable area, before items are laid out. It should be set to the minimum expected height of an item.