# 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

# 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.