# Titanium.UI.iOS.ListViewScrollPosition

A set of constants for the position value that can be used for the position property of ListViewAnimationProperties when invoking the ListView's scrollToItem, appendSection, deleteSectionAt, insertSectionAt and replaceSectionAt methods.

Availability
5.4.0
9.2.0

DEPRECATED SINCE 11.1.0

Use Titanium.UI.ListViewScrollPosition instead.

# Properties

# apiName READONLY

Availability
5.4.0
9.2.0
apiName :String

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Titanium.UI.Button returns Ti.UI.Button.

# Constants

# BOTTOM

Availability
5.4.0
9.2.0
BOTTOM :Number

The list view scrolls the row of interest to the bottom of the visible list view.


# MIDDLE

Availability
5.4.0
9.2.0
MIDDLE :Number

The list view scrolls the row of interest to the middle of the list table view.


# NONE

Availability
5.4.0
9.2.0
NONE :Number

The table view scrolls the row of interest to be fully visible with a minimal movement. If the row is already fully visible, no scrolling occurs. For example, if the row is above the visible area, the behavior is identical to that specified by TOP. This is the default.


# TOP

Availability
5.4.0
9.2.0
TOP :Number

The list view scrolls the row of interest to the top of the visible list view.