Name
Listview.Jump -- scroll to an entry
Synopsis
moai.DoMethod(id, "Jump", pos)
Function
Scroll the specified entry into the visible part of the listview. pos can be an absolute index or one of the following special values:

Top
Scroll top entry into view.

Active
Scroll active entry into view.

Bottom
Scroll last entry into view.

Inputs
id
id of the listview object
pos
number of the entry that should be made visible or special value (see above)

Show TOC