|
VBoxDescription<hbox> and <vbox> elements are used to layout your dialogs.The <vbox> specifies a box in which the child widgets are vertically arranged. A vbox is a widget which cannot be selected and focused. XML-Tag<vbox> AttributesThe vbox can only have name and size attributes, which are described here.RemarksThis element can be used as child within windows and widgets.It can have only one child widget. Related elements<hbox>, elements |