606 XML to UI
Layout tag summary for XML to UI dialog
boxes
The following tags are used for dialog box layout:
Tag Description
<column> Creates one column in a tabular grid layout.
<columns> Creates a container tag for the <column> tags in a tabular grid layout.
<dialog> Creates the container tag for the entire dialog box.
<grid> Creates a container for tabular layout using <rows> and <columns>.
<hbox> Creates a container for items laid out horizontally.
<row> Creates one row in a tabular grid layout
<rows> Creates a container tag for the <row> tags in a tabular grid layout.
<separator> Creates a separator bar that displays vertically in an <hbox> and
horizontally in a <vbox>.
<spacer> Creates a transparent fill space used to arrange controls.
<vbox> Creates a container for items laid out vertically.