Click or drag to resize

GridAdapterTParams, TCellVHOnItemIndexChangedDueInsertOrRemove Method

This is not needed yet in case of grid adapters

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override void OnItemIndexChangedDueInsertOrRemove(
	CellGroupViewsHolder<TCellVH> shiftedViewsHolder,
	int oldIndex,
	bool wasInsert,
	int removeOrInsertIndex
)

Parameters

shiftedViewsHolder
Type: Com.ForbiddenByte.OSA.CustomAdapters.GridViewCellGroupViewsHolderTCellVH
oldIndex
Type: SystemInt32
wasInsert
Type: SystemBoolean
removeOrInsertIndex
Type: SystemInt32
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also