Galleries have a property called VisibleIndex. This is a read-only numerical property that defines which item is at the top of the viewable gallery
When the screen containing a Gallery is loaded, by default, the first item will be displayed at the top of the gallery and the VisibleIndex will be 1. As you scroll down the gallery, the VisibleIndex automatically changes to the item number that is viewable at the top of the gallery. Note that the VisibleIndex is independent of the selected item
The VisibleIndex is a great way of identifying if the user has scrolled the gallery. If the VisibleIndex has a value of 2, the user has scrolled down one item. If the gallery can display 8 items and the VisibleIndex has a value of 8, then that is the equivalent of the user having hit the ‘page down’ button
To display a ‘jump to the top’ Button or Icon, create an Icon on the screen with its OnSelect property set to