| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the position value that can be used for the position property of Titanium.UI.TableView when invoking scrollToIndex.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| BOTTOM | Number |
The table view scrolls the row of interest to the bottom of the visible table view. read-only |
| MIDDLE | Number |
The table view scrolls the row of interest to the middle of the visible table view. read-only |
| NONE | Number |
The table view scrolls the row of interest to be fully visible with a minimum of 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 | Number |
The table view scrolls the row of interest to the top of the visible table view. read-only |