Reference to a layout manager used to control the position of child controls
Member of Ribbon Application Menu Footer (PRIM_RBBN.ApplicationMenuFooter)
Data Type - PRIM_DTVW - Base layout manager
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.
Febuary 18 V14SP2