Container & Layout
Description
A container is a kind of control which can be contained in a
group or in another container and used to create a complex layout.
Properties
- identifier: The identifier of the container is used when you need to programmatically customize the appearance of the container.
- controls: The
widgets, sub-container and
dynamic mappings contained in the container.
- layout: The layout of the container. There are two kind of layout available, the fill layout and the grid layout. The fill layout will organize the controls in a horizontal or vertical line while the grid layout will create a grid with a specific number of columns and then it will populate each column until the end before creating a new line of controls.