Scroll items into view
scrollIntoView(id)
id string, id of the listview item
Returns undefined.

Description

This method will scroll item with id = id into view. The listview item is identified by the .id property.
If you have listview defined in the following way: You can: