BaseVerticalCollectionView.fixedItemHeight

public float fixedItemHeight;

Description

The height of a single item in the list, in pixels.

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.


Did you find this page useful? Please give it a rating: