Some controls are a bit more complex than others, especially those that display data. This is the case of Combo box, List, Tree and Table.
| Edit | |||
|---|---|---|---|
| Combo Box | List | Tree | Table |
![]() |
Add a combo box to the composer (see How to add a control to the composer) |
![]() |
When the combo box is selected, the following properties
display:
|
![]() |
Select the Values attribute. The Text
Editor displays.
Let's enter the following values:
|
![]() |
Select the OK button. |
![]() |
Select the Selected Item attribute and type the
value 'Item 7'
|
![]() |
The selected item in the combo box is now 'Item 7' as shown
here:
|
![]() |
Add a list to the composer (see How to add a control to the composer) |
![]() |
When the list is selected, the following properties
display:
|
![]() |
Select the Values attribute. The Text
Editor displays.
Let's enter the following values:
|
![]() |
Select the OK button. |
![]() |
Select the Selected Item attribute and type the
value 'Item 7'
|
![]() |
The selected item in the list is now 'Item 7' as shown
here:
|
![]() |
Add a tree to the composer (see How to add a control to the composer) |
![]() |
When the tree is selected, the following properties
display:
|
![]() |
Select the Values attribute. The Tree
Editor displays.
|
![]() |
To add a tree item, select a node in the tree and select the
To remove a tree item, select it in the tree and select the To edit a tree item, select it in the tree and select the |
![]() |
Select the Close button to exit the editor. |
![]() |
Add a table to the composer (see How to add a control to the composer) |
![]() |
When the table is selected, the following properties
display:
|
![]() |
Select the Values attribute. The Table
Editor displays.
|
![]() |
Populate the table by adding rows and columns and filling the newly created cells with data. |
|
|
| Here's a sample table where we added 5 rows and 5 columns:
|
|
| The column headers can be edited by double-cliquing on
them. (See In-place editing)
|