Click or drag to resize

GridAdapterTParams, TCellVHChangeItemsCount Method

Overridden in order to convert the cellsCount to groupsCount before passing it to the base's implementation

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override void ChangeItemsCount(
	ItemCountChangeMode changeMode,
	int cellsCount,
	int indexIfAppendingOrRemoving = -1,
	bool contentPanelEndEdgeStationary = false,
	bool keepVelocity = false
)

Parameters

changeMode
Type: Com.ForbiddenByte.OSA.CoreItemCountChangeMode
cellsCount
Type: SystemInt32
indexIfAppendingOrRemoving (Optional)
Type: SystemInt32
contentPanelEndEdgeStationary (Optional)
Type: SystemBoolean
keepVelocity (Optional)
Type: SystemBoolean

Implements

IOSAChangeItemsCount(ItemCountChangeMode, Int32, Int32, Boolean, Boolean)
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also