Click or drag to resize

OSATParams, TItemViewsHolderGetItemViewsHolderIfVisible Method (Int32)

Gets the views holder representing the withItemIndex'th item in the list of data models, if it's visible.

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public TItemViewsHolder GetItemViewsHolderIfVisible(
	int withItemIndex
)

Parameters

withItemIndex
Type: SystemInt32

Return Value

Type: TItemViewsHolder
null, if not visible
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also