Click or drag to resize

GridAdapter TParams, TCellVH ScrollTo Method

Scrolls to the specified cell. Use ScrollToGroup(Int32, Single, Single) if that was intended instead

Namespace: Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override sealed void ScrollTo(
	int cellIndex,
	float normalizedOffsetFromViewportStart = 0f,
	float normalizedPositionOfItemPivotToUse = 0f
)

Parameters

cellIndex
Type: SystemInt32
normalizedOffsetFromViewportStart (Optional)
Type: SystemSingle
normalizedPositionOfItemPivotToUse (Optional)
Type: SystemSingle

Implements

IOSAScrollTo(Int32, Single, Single)
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also