Enum ItemSizingStrategy

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

Size calculation strategy for CollectionView.

C#
Copy
public enum ItemSizingStrategy : int
Name Description
MeasureAll

Measure all items in advanced. Estimate first item size for all, and when scroll reached position, measure strictly. Note : This will make scroll bar trembling.

MeasureFirst

Measure first item and deligate size for all items. if template is selector, the size of first item from each template will be deligated.

Extension Methods