ScrollBar
Inherits: Range < Control < CanvasItem < Node < Object
Inherited By: HScrollBar, VScrollBar
Category: Core
Brief Description
Base class for scroll bars.
Properties
float | custom_step |
Signals
- scrolling ( )
Emitted whenever the scrollbar is being scrolled.
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.
Property Descriptions
- float custom_step
Setter | set_custom_step(value) |
Getter | get_custom_step() |