Click or drag to resize

GridAdapterTParams, TCellVHScrollToGroup Method

Scroll to the specified GROUP. Use ScrollTo(Int32, Single, Single) if scrolling to a CELL was intended instead

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

Parameters

groupIndex
Type: SystemInt32
normalizedOffsetFromViewportStart (Optional)
Type: SystemSingle
normalizedPositionOfItemPivotToUse (Optional)
Type: SystemSingle
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also