List Items

Base

Parent class of various list item classes that can have an icon and a progression symbol

Caption

List item that shows a piece of text

Divider

To break up list items into groups

Empty

A list item with no contents

Expandable

An expandable list item with no contents. The Expandable class can be used for generic list items containing other components such as buttons. It subclasses Empty and thus brings all that functionality, but additionally provides means to expand and collapse the item

ExpandablesColumn

A column to be used together with the Expandable item. This lays out its content just like a regular Column inside a Flickable but when used together with items of type Expandable it provides additional features like automatically positioning the expanding item when it expands and collapsing it again when the user taps outside of it

ItemSelector

ListItem displaying either a single selected value or expanded multiple choice with an optional image and subtext when not expanded, when expanding it opens a listing of all the possible values for selection with an additional option of always being expanded. If multiple choice is selected the list is expanded automatically

MultiValue

List item displaying multiple values

SingleControl

A list item containing a single control

SingleValue

A list item displaying a single value

Standard

Standard list item class. It shows a basic list item with a label (text), and optionally an icon, a progression arrow, and it can have an embedded Item (control) that can be used for including Buttons, Switches etc. inside the list item

Subtitled

List item displaying a second string under the main label

ThinDivider

Narrow line used as a divider between ListItems

ValueSelector

List item displaying single selected value when not expanded, where expanding it opens a listing of all the possible values for selection