Form - LayoutManager Property

Reference to a layout manager used to control the position of child controls

Member of Form (PRIM_FORM)

Data Type - PRIM_DTVW - Base layout manager

Details

The LayoutManager property is a reference to one of a set of layout managers used to automatically control the position and size of child controls when the container is resized.
 
Table Layout is the recommended choice for most requirements. It divides the control in to rows and columns, with each child control being positioned in a particular cell. Table layout is tightly integrated with the IDE, meaning that coding a layout manually is typically unnecessary.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2