Click or drag to resize

DynamicLayout Properties

The DynamicLayout type exposes the following members.

Properties
  NameDescription
Public propertyControls
Gets an enumeration of controls that are directly contained by this container
(Overrides PanelControls.)
Public propertyDefaultPadding
Gets or sets the default padding for all child DynamicTable instances (vertical sections)
Public propertyDefaultSpacing
Gets or sets the default spacing for all cells in the layout
Public propertyIsCreated
Gets a value indicating whether the layout has been created
Public propertyPadding
Gets or sets the padding around the entire content of the layout
Public propertyRows
Gets or sets the top level rows in the layout
Public propertySpacing
Gets or sets the spacing between the first level of cells
Public propertyVisualControls
Gets an enumeration of controls that are in the visual tree.
(Overrides ControlVisualControls.)
Top
See Also