Click or drag to resize

IRecyclableGridScrollContentDataProviderGetItemWidth Method

Gets the width of the item.

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

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: Single
The item width.
See Also