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

floatcustom_step-1.0
intsize_flags_vertical0 (parent override)
floatstep0.0 (parent override)

Signals

  • scrolling ( )

Emitted when the scrollbar is being scrolled.

Property Descriptions

Default-1.0
Setterset_custom_step(value)
Getterget_custom_step()

Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the ScrollBar is focused.