Click or drag to resize

GListScrollToView Method (Int32)

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
)

Parameters

index
Type: SystemInt32
Item index
See Also