Contents

SingleControl

A list item containing a single control More...

Properties

Detailed Description

Examples:

import Ubuntu.Components 0.1
import Ubuntu.Components.ListItems 0.1 as ListItem
Column {
    ListItem.SingleControl {
        control: Button {
            anchors {
                margins: units.gu(1)
                fill: parent
            }
            text: "Large button"
        }
    }
}

This component is under heavy development.

Property Documentation

control : AbstractButton

This documentation is under development and is subject to change.

The control of this SingleControl list item. The control will automatically be re-parented to, and centered in, this list item.