Click or drag to resize

GridAdapter TParams, TCellVH Refresh Method

Overriding base's implementation so that we pass the cells count to our own implementation which converts them to group count before further passing it to the base impl.

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

Parameters

contentPanelEndEdgeStationary (Optional)
Type: SystemBoolean
keepVelocity (Optional)
Type: SystemBoolean

Implements

IOSARefresh(Boolean, Boolean)
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also