StackLayout Class |
Namespace: Eto.Forms
The StackLayout type exposes the following members.
Name | Description | |
---|---|---|
![]() | StackLayout |
Initializes a new instance of the StackLayout class.
|
![]() | StackLayout(StackLayoutItem) |
Initializes a new instance of the StackLayout class with the specified items.
|
Name | Description | |
---|---|---|
![]() | AlignLabels |
Gets or sets a value indicating whether the Label's alignment will be changed to match the alignment of the StackLayout.
|
![]() | Controls |
Gets the controls for the layout
(Overrides PanelControls.) |
![]() | HorizontalContentAlignment |
Gets or sets the default horizontal alignment of the child controls in the stack layout when the Orientation is Vertical.
|
![]() | Items |
Gets the collection of items in the stack layout.
|
![]() | Orientation |
Gets or sets the orientation of the controls in the stack layout.
|
![]() | Spacing |
Gets or sets the spacing between each of the controls in the stack.
|
![]() | VerticalContentAlignment |
Gets or sets the default vertical alignment of the child controls in the stack layout when the Orientation is Horizontal.
|
![]() | VisualControls |
Gets an enumeration of controls that are in the visual tree.
(Overrides ControlVisualControls.) |
Name | Description | |
---|---|---|
![]() | OnLoad |
Raises the Load event, and recurses to this container's children
(Overrides ContainerOnLoad(EventArgs).) |
![]() | OnPreLoad |
Raises the PreLoad event, and recurses to this container's children
(Overrides ContainerOnPreLoad(EventArgs).) |
![]() | ResumeLayout |
Resumes the layout after it has been suspended, and performs a layout
(Overrides ControlResumeLayout.) |
![]() | SuspendLayout |
Suspends the layout of child controls
(Overrides ControlSuspendLayout.) |