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 10 days ago

Definition

public float fixedItemHeight { get; set; }

Remarks

This property must be set when using the _virtualizationMethod is set to
FixedHeight
, for the collection view to function. If set when _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.