Header
Header for grouping list items together More...
Properties
- text : string
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
This documentation is under development and is subject to change.
The text that is shown as the header text.