This documentation is archived and is not being maintained.
System.Windows.Forms.Layout Namespace
Visual Studio 2010
The System.Windows.Forms.Layout namespace contains classes for implementing layout behaviors in your form or control.
The following list shows the classes included in this namespace:
The LayoutEngine abstract base class is used by the TableLayoutPanel and FlowLayoutPanel controls for building custom layout engines.
The ArrangedElementCollection class collects objects that participate in a layout managed by a LayoutEngine.
| Class | Description | |
|---|---|---|
![]() | ArrangedElementCollection | Represents a collection of objects. |
![]() | LayoutEngine | Provides the base class for implementing layout engines. |
![]() | TableLayoutSettingsTypeConverter | Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties. |
Show:
