System.Windows.Forms.Layout Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes for implementing layout behaviors in your form or control.
Classes
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. |
Remarks
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.