DynamicLayout Methods |
The DynamicLayout type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add the control with the optional scaling
| |
AddAutoSized |
Adds a control to the layout with its preferred size instead of taking the entire space of the cell
| |
AddCentered |
Adds a control centered in a new vertical section
| |
AddColumn |
Adds a column of controls in a new vertical section
| |
AddRange(Control) |
Adds a list of controls
| |
AddRange(IEnumerableControl) |
Adds a list of controls
| |
AddRow |
Adds a new row of controls to the current vertical section
| |
AddSeparateColumn(Control) |
Adds a separate vertical column of items in a new vertical section
| |
AddSeparateColumn(NullablePadding, NullableInt32, NullableBoolean, NullableBoolean, IEnumerableControl) |
Adds a separate vertical column of items in a new vertical section
| |
AddSeparateRow(Control) |
Adds a separate horizontal row of items in a new vertical section
| |
AddSeparateRow(NullablePadding, NullableSize, NullableBoolean, NullableBoolean, IEnumerableControl) |
Adds a separate horizontal row of items in a new vertical section
| |
AddSpace |
Adds an empty space. Equivalent to calling Add(null);
| |
BeginCentered |
Creates a new section where all controls will be centered together.
| |
BeginGroup |
Begins a the group section in the dynamic layout with a title.
| |
BeginHorizontal |
Begins a new horizontal row section
| |
BeginScrollable |
Begins a the scrollable section in the dynamic layout with a specified border.
| |
BeginVertical |
Begins a new vertical section in the layout
| |
Clear |
Clears the layout so it can be recreated
| |
Create |
Creates the layout content
| |
EndBeginHorizontal |
Ends the current horizontal section, then begins a new horizontal section with a new row
| |
EndBeginVertical |
Ends the current vertical section, then begins a new vertical section
| |
EndCentered |
Ends the current centered section.
| |
EndGroup |
Ends a group.
| |
EndHorizontal |
Ends the current horizontal section
| |
EndScrollable |
Ends a scrollable section.
| |
EndVertical |
Ends the current vertical section
| |
OnLoad |
Raises the Load event, and creates the layout if it has not been created
(Overrides ContainerOnLoad(EventArgs).) | |
OnPreLoad |
Raises the PreLoad event, and creates the layout if it has not been created
(Overrides ContainerOnPreLoad(EventArgs).) |