Click or drag to resize

ChildGridExampleUpdateCellViewsHolder Method

The only important callback for inheritors. It provides cell's views holder which has just become visible and whose views should be updated from its corresponding data model. viewsHolder.ItemIndex(ItemIndex) can be used to know what data model is associated with.

Namespace:  Com.ForbiddenByte.OSA.Demos.NestedScrollViews
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override void UpdateCellViewsHolder(
	MyCellViewsHolder newOrRecycled
)

Parameters

newOrRecycled
Type: Com.ForbiddenByte.OSA.Demos.NestedScrollViewsMyCellViewsHolder
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also