# Titanium.UI.iOS.ListViewStyle

A set of constants for the style that can be used for the style property of Titanium.UI.ListView.

Availability
3.1.0
9.2.0

# Properties

# apiName READONLY

Availability
3.2.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

# GROUPED

Availability
3.1.0
9.2.0
GROUPED :Number

A list view whose sections present distinct groups of rows. The section headers and footers do not float.


# INSET_GROUPED

Availability
8.2.0
9.2.0
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

Availability
3.1.0
9.2.0
PLAIN :Number

A plain list view. Any section headers or footers are displayed as inline separators and float when the list view is scrolled.