You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

PRIM_MD.ExpanderPanel - LayoutManager Property
Layout manager of the expander panel
Member of PRIM_MD.ExpanderPanel (PRIM_MD.ExpanderPanel)
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

  • No labels