# Titanium.UI.iOS.ListViewStyle
A set of constants for the style that can be used for the style
property of
Titanium.UI.ListView.
# Properties
# apiName READONLY
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
# GROUPED
GROUPED :Number
A list view whose sections present distinct groups of rows. The section headers and footers do not float.
# INSET_GROUPED
INSET_GROUPED :Number
A list view whose sections present distinct groups of rows and grouped sections are inset with rounded corners. The section headers and footers do not float.
# PLAIN
PLAIN :Number
A plain list view. Any section headers or footers are displayed as inline separators and float when the list view is scrolled.