StackLayout Methods |
The StackLayout type exposes the following members.
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.) |