Parent-child layout
Parent-child layout
ParentChildLayout
displays a larger child content area and a smaller parent content area. The parent area influences the content in the child area, such as navigation for a preferences dialog.
Note: This tab list includes overflow; tab positions may be inaccurate or change when a tab is selected
- To organize content into two areas: a larger area, and a smaller area that controls the larger area.
- To position more than two layout items along a single dimension. Instead, use
FlexLayout
,FlowLayout
,StackLayout
orSplitLayout
depending on how you want to position them. - To position more than two layout items in a grid. Instead, use
GridLayout
.
To import ParentChildLayout
from the core Salt package, use:
Name | Type | Description | Default |
---|
- To organize content into two areas: a larger area, and a smaller area that controls the larger area.
- To position more than two layout items along a single dimension. Instead, use
FlexLayout
,FlowLayout
,StackLayout
orSplitLayout
depending on how you want to position them. - To position more than two layout items in a grid. Instead, use
GridLayout
.
To import ParentChildLayout
from the core Salt package, use:
Name | Type | Description | Default |
---|
- To organize content into two areas: a larger area, and a smaller area that controls the larger area.
- To position more than two layout items along a single dimension. Instead, use
FlexLayout
,FlowLayout
,StackLayout
orSplitLayout
depending on how you want to position them. - To position more than two layout items in a grid. Instead, use
GridLayout
.
To import ParentChildLayout
from the core Salt package, use:
Name | Type | Description | Default |
---|