Contents

Header

Header for grouping list items together More...

Properties

Detailed Description

Examples:

import Ubuntu.Components.ListItems 0.1 as ListItem
Column {
    ListItem.Header { text: "Title" }
    ListItem.Standard { text: "Item one" }
    ListItem.Standard { text: "Item two" }
    ListItem.Divider { }
    ListItem.Standard { text: "Item three" }
    ListItem.Standard { text: "Item four" }
}

This component is under heavy development.

Property Documentation

text : string

This documentation is under development and is subject to change.

The text that is shown as the header text.