Skip to content

vstack

Vstack

Vertical stack of widgets that automatically fit content height.

Info

For better experience it's recommended to set border: None in defaults: to have all widgets inside one and only one border, appearing as a single widget.

mods:
    vstack:
        defaults:
            border: None
        mods:
            # ...

PARAMETER DESCRIPTION
mods

TYPE: dict[str, dict[str, Any]]

defaults

See Defaults

TYPE: dict[str, Any] DEFAULT: None

order

List of widget IDs to manually define widget order

TYPE: list[str] DEFAULT: None

**kwargs

TYPE: Any DEFAULT: {}