hbox
Description
A container using a BoxLayout that lays out its components horizontally from left to right. Components have to be nested inside this tag.
Sub-Elements
((% Component ;| Ref )*)
Required Attributes
Optional Attributes
hAlignment
Enumeration
default: left
Defines the horizontal alignment of the contained components if there's more horizontal space than required by the components. A hbox does not resize its inner components.

Allowed values:
  • center
    Components are centered.
  • leading
    Components are left-aligned.
  • left
    Components are left-aligned.
  • right
    Components are right-aligned.
  • trailing
    Components are right-aligned.