Ultra Light Client Guide and Reference

Defining layout

When you create a ULC container part like Shell, Page, or GroupBox, it contains a single cell. To define layout, insert a Box part, which defines the grid. Pick one of the following:

The layout of your part is then defined by either nesting box parts or by spanning the cells of a box part. See ULC layout for a description of how to use boxes to define layouts. In a nested box and cells structure, you need to be able to distinguish boxes from cells. To make this distinction more explicit, the bounds of a box are indicated by a solid blue line, and the bounds of a cell are indicated by a dashed line.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]