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.
The list view scrolls the row of interest to the bottom of the visible list view.
The list view scrolls the row of interest to the bottom of the visible list view.
The list view scrolls the row of interest to the middle of the list table view.
The list view scrolls the row of interest to the middle of the list table view.
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.
The list view scrolls the row of interest to the top of the visible list view.
The list view scrolls the row of interest to the top of the visible list view.
The name of the API that this proxy corresponds to.
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, Button
returns Ti.UI.Button
.
The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.
The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.
If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks will also be called on the proxy. Proxies that require the activity lifecycle will need this property set to the appropriate containing Window or TabGroup.
Sets the value of the lifecycleContainer property.
New value for the property.