fixedItemHeight
The height of a single item in the list, in pixels.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public float fixedItemHeight { get; set; }
Remarks
This property must be set when using the BaseVerticalCollectionView.virtualizationMethod is set to , for the collection view to function. If set when BaseVerticalCollectionView.virtualizationMethod is , 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.
FixedHeightDynamicHeight