| ClipView | A Container which acts as a clipping view of its contents. |
| Container | Base class for container nodes. |
| Flow | The Flow container lays out its managed content nodes in either a horizontal or vertical "flow", wrapping nodes at its width (for horizontal) or height (for vertical) boundaries. |
| HBox | The HBox container lays out its managed content nodes in a single horizontal row. |
| LayoutInfo | Defines a set of common layout variables that can be used to specify how a particular node should be layed out within the layout area allocated to it by its parent container. |
| LayoutInfoBase | The base class for defining node-specific layout information. |
| Panel | The Panel container can be configured as an object literal (vs. |
| Resizable | Encapsulates the state required for a node to be dynamically resized by its parent during the layout pass of the scene graph. |
| Stack | The Stack container arranges its managed content nodes in a back-to-front Stack. |
| Tile | The Tile container lays out its managed content nodes in a grid of uniformly sized "tiles". |
| VBox | The VBox container lays out its managed content nodes in a single vertical column. |