Click or drag to resize

GridAdapterTParams, TCellVHGetCellViewsHolder Method

Retrieve the views holder of a cell with speciffic index in view. For example, one can iterate from 0 to GetNumVisibleCells

in order to do something with each visible cell. Not to be mistaken for GetCellViewsHolderIfVisible(Int32),

which retrieves a cell by the index of its corresponding model in your data list (ItemIndex)

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual TCellVH GetCellViewsHolder(
	int cellViewsHolderIndex
)

Parameters

cellViewsHolderIndex
Type: SystemInt32

Return Value

Type: TCellVH
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also