Ultra Light Client Guide and Reference
ULC visual parts use box layout. (For more information about
layout, see ULC layout.) The To-Do list sample can be visualized as having
three basic groups:
- To Do Item
- To Do List
- Buttons
We therefore choose a grid of a single column with three rows.
- From
the Ulc Canvas category, select
the Box part in the right-hand column and drop it onto the Shell part.
By default, the Box has two rows and two columns, each containing a
cell. The Box part can be distinguished from the cell by the Box's
continuous blue outline; the cell has a dotted black outline.
- Edit the following Box settings:
- Set columns to 1.
- Set rows to 3.
- Click OK to apply your changes.
- Select
the GroupBox part and drop it into the first row. By default, a
cell's content is horizontally left-aligned and vertically
centered.
- Edit GroupBox settings as follows:
- Set horizontalAlignment to Expand.
- Set label to To Do Item
- Click OK to apply your changes. The GroupBox part
immediately expands to take up all space within this cell.
- Select
another GroupBox part and drop it into the second row.
- Edit GroupBox settings as follows:
- Set horizontalAlignment to Expand.
- Set label to To Do List
- Set verticalAlignment to Expand.
- Click OK to apply your changes. The GroupBox part
immediately expands to take up all space within this cell.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]