Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
VScrollBar
Inherits: ScrollBar < Range < Control < CanvasItem < Node < Object
A vertical scrollbar that goes from top (min) to bottom (max).
Description
A vertical scrollbar, typically used to navigate through content that extends beyond the visible height of a control. It is a Range-based control and goes from top (min) to bottom (max). Note that this direction is the opposite of VSlider's.
Properties
BitField[SizeFlags] |
size_flags_horizontal |
|
BitField[SizeFlags] |
size_flags_vertical |
|