Click or drag to resize

GridAdapter TParams, TCellVH RemoveItems Method

Not currently implemented fir GridAdapters

Namespace: Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override sealed void RemoveItems(
	int index,
	int itemsCount,
	bool contentPanelEndEdgeStationary = false,
	bool keepVelocity = false
)

Parameters

index
Type: SystemInt32
itemsCount
Type: SystemInt32
contentPanelEndEdgeStationary (Optional)
Type: SystemBoolean
keepVelocity (Optional)
Type: SystemBoolean

Implements

IOSARemoveItems(Int32, Int32, Boolean, Boolean)
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also