ScrollBar¶
Inherits: Range < Control < CanvasItem < Node < Object
Inherited By: HScrollBar, VScrollBar
Category: Core
Brief Description¶
Base class for scroll bars.
Member Functions¶
float | get_custom_step ( ) const |
void | set_custom_step ( float step ) |
Description¶
Scrollbars are a Range based Control, that display a draggable area (the size of the page). Horizontal (HScrollBar) and Vertical (VScrollBar) versions are available.