Up to date
This page is up to date for Godot 4.0
.
If you still find outdated information, please open an issue.
ScrollBar¶
Inherits: Range < Control < CanvasItem < Node < Object
Inherited By: HScrollBar, VScrollBar
Base class for scroll bars.
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.
Properties¶
|
||
step |
|
Signals¶
scrolling ( )
Emitted when the scrollbar is being scrolled.
Property Descriptions¶
float custom_step = -1.0
Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the ScrollBar is focused.