GList.ScrollToView 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 public void ScrollToView(
int index
)
Parameters
- index
- Type: System.Int32
Item index
See Also