| <?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| <title>container</title> |
| <link type="text/css" rel="stylesheet" href="../assets/css/stylesheet.css"/> |
| </head> |
| <body> |
| <h2 id="ContainerLayout">Container & Layout</h2> |
| <h3 id="description">Description</h3> |
| <p>A container is a kind of control which can be contained in a |
| <a href="group.html">group</a> or in another container and used to create a complex layout. |
| </p> |
| <h3 id="properties">Properties</h3> |
| <ul> |
| <li>identifier: The identifier of the container is used when you need to programmatically customize the appearance of the container.</li> |
| <li>controls: The |
| <a href="widgets.html">widgets</a>, sub-container and |
| <a href="dynamicmappings.html">dynamic mappings</a> contained in the container. |
| </li> |
| <li>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.</li> |
| </ul> |
| </body> |
| </html> |