Click or drag to resize

GridAdapterTParams, TCellVHGetCellViewsHolderIfVisible Method

Retrieve the views holder of a cell whose associated model's index in your data list is withCellItemIndex.

Not to be mistaken for GetCellViewsHolder(Int32) which retrieves a cell by its index _VisibleItems

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

Parameters

withCellItemIndex
Type: SystemInt32

Return Value

Type: TCellVH
null, if the item is outside the viewport (and thus no view is associated with it)
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also