.. This file is auto-generated by //tools:generate_doc. Please do not edit directly

VirtualScrollbarWidget
======================
.. class:: VirtualScrollbarWidget

   A widget representing a scrollbar widget with numeric value and orientation.

   Inherited from :class:`NumericValueWidget`

   .. method:: __init__() -> None

     Create a new VirtualScrollbarWidget instance.

   .. method:: get_orientation() -> Orientation

     Get the current orientation of the scrollbar widget.

   :return: Orientation of the widget.

   .. method:: set_orientation(orientation) -> None

     Set the current orientation of the scrollbar widget.

   :param orientation: Orientation of the widget.
