Bixby Developer Center

References

vbox

optionalmultiple allowed

Vertical box within an hbox that contains information for the user flexes in width depending on this content. You can choose the alignment of the items within the vbox and the styling.

Note

If you have a single vbox in a single hbox in order to align the text, you should probably use a title-area instead. At a minimum, each hbox should contain at least two vbox components.

You can loop the components within a vbox content container using a for-each loop.

Design Considerations

Because this component is only a child of hbox, vbox has the same applicable moments:

You can find design specifications for this component in the Components Spec download under Design Resources.

Child Keys

content
optional
Layout container that holds informational content
grow
optional
Determines the relative column-width of the vbox compared to the other vbox keys in a given hbox
halign
optional
Horizontal alignment
valign
optional
Vertical alignment