Click or drag to resize

IRecyclableGridScrollContentDataProviderGetItemHeight Method

Gets the height of the item.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
float GetItemHeight(
	int index
)

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: Single
The item height.
See Also