VirtualScrollbarWidget#
- class VirtualScrollbarWidget#
A widget representing a scrollbar widget with numeric value and orientation.
Inherited from
NumericValueWidget- __init__() None#
Create a new VirtualScrollbarWidget instance.
- get_orientation() Orientation#
Get the current orientation of the scrollbar widget.
- Returns:
Orientation of the widget.
- set_orientation(orientation) None#
Set the current orientation of the scrollbar widget.
- Parameters:
orientation – Orientation of the widget.