System.Windows.Forms.Layout Namespace
The System.Windows.Forms.Layout namespace contains classes for implementing layout behaviors in your form or control.
| 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. |
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.
