VScrollBar

Inherits: ScrollBar < Range < Control < CanvasItem < Node < Object

Vertical scroll bar.

Description

Vertical version of ScrollBar, which goes from top (min) to bottom (max).

Properties

int

size_flags_horizontal

0 (parent override)

int

size_flags_vertical

1 (parent override)

Theme Properties

Texture

decrement

Texture

decrement_highlight

Texture

decrement_pressed

Texture

increment

Texture

increment_highlight

Texture

increment_pressed

StyleBox

grabber

StyleBox

grabber_highlight

StyleBox

grabber_pressed

StyleBox

scroll

StyleBox

scroll_focus

Theme Property Descriptions

Icon used as a button to scroll the ScrollBar up. Supports custom step using the ScrollBar.custom_step property.


Displayed when the mouse cursor hovers over the decrement button.


Displayed when the decrement button is being pressed.


Icon used as a button to scroll the ScrollBar down. Supports custom step using the ScrollBar.custom_step property.


Displayed when the mouse cursor hovers over the increment button.


Displayed when the increment button is being pressed.


Used as texture for the grabber, the draggable element representing current scroll.


Used when the mouse hovers over the grabber.


Used when the grabber is being dragged.


Used as background of this ScrollBar.


Used as background when the ScrollBar has the GUI focus.