VBOX container
Packs child layout elements vertically.
Syntax
VBOX [identifier] [ ( attribute [,...] ) ]
layout-container
[...]
END
- identifier defines the name of the element, it is optional but recommended.
- attribute is an attribute for the element.
- layout-container is another child container.
Form attributes
COMMENT, FONTPITCH, HIDDEN, NOSWIPE, ORIENTATION, STYLE, SPLIT , SPLITTER, TAG.
Style attributes
Common: backgroundColor, border, fontFamily, fontSize, fontStyle, fontWeight, textColor, textDecoration.
Class-specific: navigationArrows, navigationDots, packed.
Can hold
Usage
A VBOX container packs other form items together, in the vertical direction.
For more details about this item type, see VBOX item type.
Example
VBOX
GROUP ( TEXT = "Customer" )
...
END
TABLE
...
END
END