
Sencha Touch ◾ 239
◾ Vbox—Arranges items vertically in a container, that is, one item below the other.
◾ Card—Renders items as a card; that is, only one item at the top will be visible and the others
will be hidden behind it.
◾ Dock—Handles the docking for panels.
◾ Fit—Renders a single item and automatically expands it to fill the container.
Different configuration options are used in a layout. Table 9.2 shows a brief description of the
configuration options used.
Every container in Sencha Touch has a config property named layout that accepts the
type of layout we want to use to arrange and resize the items in a container.
e containers also support ...