Click or drag to resize

ItemsDescriptor ReinitializeRealIndexOfFirstItemInView Method

Namespace: Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void ReinitializeRealIndexOfFirstItemInView(
	int oldCount,
	ItemCountChangeMode changeMode,
	int count,
	int indexIfInsertingOrRemoving,
	int itemIndexOfFirstVHIfInsertingOrRemoving,
	bool canLoop
)

Parameters

oldCount
Type: SystemInt32
changeMode
Type: Com.ForbiddenByte.OSA.CoreItemCountChangeMode
count
Type: SystemInt32
indexIfInsertingOrRemoving
Type: SystemInt32
itemIndexOfFirstVHIfInsertingOrRemoving
Type: SystemInt32
canLoop
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also