Click or drag to resize

DynamicLayout Methods

The DynamicLayout type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add the control with the optional scaling
Public methodAddAutoSized
Adds a control to the layout with its preferred size instead of taking the entire space of the cell
Public methodAddCentered
Adds a control centered in a new vertical section
Public methodAddColumn
Adds a column of controls in a new vertical section
Public methodAddRange(Control)
Adds a list of controls
Public methodAddRange(IEnumerableControl)
Adds a list of controls
Public methodAddRow
Adds a new row of controls to the current vertical section
Public methodAddSeparateColumn(Control)
Adds a separate vertical column of items in a new vertical section
Public methodAddSeparateColumn(NullablePadding, NullableInt32, NullableBoolean, NullableBoolean, IEnumerableControl)
Adds a separate vertical column of items in a new vertical section
Public methodAddSeparateRow(Control)
Adds a separate horizontal row of items in a new vertical section
Public methodAddSeparateRow(NullablePadding, NullableSize, NullableBoolean, NullableBoolean, IEnumerableControl)
Adds a separate horizontal row of items in a new vertical section
Public methodAddSpace
Adds an empty space. Equivalent to calling Add(null);
Public methodBeginCentered
Creates a new section where all controls will be centered together.
Public methodBeginGroup
Begins a the group section in the dynamic layout with a title.
Public methodBeginHorizontal
Begins a new horizontal row section
Public methodBeginScrollable
Begins a the scrollable section in the dynamic layout with a specified border.
Public methodBeginVertical
Begins a new vertical section in the layout
Public methodClear
Clears the layout so it can be recreated
Public methodCreate
Creates the layout content
Public methodEndBeginHorizontal
Ends the current horizontal section, then begins a new horizontal section with a new row
Public methodEndBeginVertical
Ends the current vertical section, then begins a new vertical section
Public methodEndCentered
Ends the current centered section.
Public methodEndGroup
Ends a group.
Public methodEndHorizontal
Ends the current horizontal section
Public methodEndScrollable
Ends a scrollable section.
Public methodEndVertical
Ends the current vertical section
Protected methodOnLoad
Raises the Load event, and creates the layout if it has not been created
(Overrides ContainerOnLoad(EventArgs).)
Protected methodOnPreLoad
Raises the PreLoad event, and creates the layout if it has not been created
(Overrides ContainerOnPreLoad(EventArgs).)
Top
See Also