edifice.VScrollView#
- class edifice.VScrollView(**kwargs)[source]#
Bases:
_LinearView
[QScrollArea
]Scrollable vertical column layout.
Underlying Qt Widget QScrollArea
Underlying Qt Layout QVBoxLayout
Overflows in both the x and y direction will cause a scrollbar to show.
Props
All props from
QtWidgetElement
.Methods
__init__
(**kwargs)register_ref
(reference)Registers provided
Reference
to this Element.set_key
(key)Set the key of an
Element
.Attributes
children
The children of this Element.
props
The props of this Element.
underlying
The underlying QWidget, which may not exist if this Element has not rendered.