ColumnLayout
Identical to GridLayout, but having only one column. More...
Inherits Item
Properties
- spacing : real
Detailed Description
It is available as a convenience for developers, as it offers a cleaner API.
Items in a ColumnLayout support these attached properties:
- Layout.minimumWidth
- Layout.minimumHeight
- Layout.preferredWidth
- Layout.preferredHeight
- Layout.maximumWidth
- Layout.maximumHeight
- Layout.fillWidth
- Layout.fillHeight
- Layout.alignment
Read more about attached properties here.
See also RowLayout, GridLayout, and Column.
Property Documentation
spacing : real |
This property holds the spacing between each cell. The default value is 4.