Click or drag to resize

GListScrollToView Method (Int32, Boolean)

Scroll the list to make an item with certain index visible.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ScrollToView(
	int index,
	bool ani
)

Parameters

index
Type: SystemInt32
Item index
ani
Type: SystemBoolean
True to scroll smoothly, othewise immdediately.
See Also