Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


itemHeight

Obsolete. Use _fixedItemHeight instead.
Read time 1 minuteLast updated 11 days ago

Definition

Warning
Deprecated. itemHeight is deprecated, use fixedItemHeight instead.
public int itemHeight { get; set; }

Remarks

This property must be set when using the _virtualizationMethod is set to
FixedHeight
, for the collection view to function.