.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_ScrollBar: ScrollBar ========= **Inherits:** :ref:`Range` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`HScrollBar`, :ref:`VScrollBar` **Category:** Core Brief Description ----------------- Base class for scroll bars. Member Functions ---------------- +----------------------------+------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_custom_step` **(** **)** const | +----------------------------+------------------------------------------------------------------------------------------------------+ | void | :ref:`set_custom_step` **(** :ref:`float` step **)** | +----------------------------+------------------------------------------------------------------------------------------------------+ Signals ------- - **scrolling** **(** **)** Member Variables ---------------- - :ref:`float` **custom_step** Description ----------- Scrollbars are a :ref:`Range` based :ref:`Control`, that display a draggable area (the size of the page). Horizontal (:ref:`HScrollBar`) and Vertical (:ref:`VScrollBar`) versions are available. Member Function Description --------------------------- .. _class_ScrollBar_get_custom_step: - :ref:`float` **get_custom_step** **(** **)** const .. _class_ScrollBar_set_custom_step: - void **set_custom_step** **(** :ref:`float` step **)**