# Titanium.UI.iOS.ListViewStyle
A set of constants for the style that can be used for the style
property of
Titanium.UI.ListView.
# 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.