:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the VScrollBar.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_VScrollBar: VScrollBar ========== **Inherits:** :ref:`ScrollBar` **<** :ref:`Range` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` Vertical scroll bar. Description ----------- Vertical version of :ref:`ScrollBar`, which goes from top (min) to bottom (max). Properties ---------- +-----------------------+-----------------------+--------------+ | :ref:`int` | size_flags_horizontal | **O:** ``0`` | +-----------------------+-----------------------+--------------+ | :ref:`int` | size_flags_vertical | **O:** ``1`` | +-----------------------+-----------------------+--------------+ Theme Properties ---------------- +-----------------------------------+---------------------+ | :ref:`Texture2D` | decrement | +-----------------------------------+---------------------+ | :ref:`Texture2D` | decrement_highlight | +-----------------------------------+---------------------+ | :ref:`StyleBox` | grabber | +-----------------------------------+---------------------+ | :ref:`StyleBox` | grabber_highlight | +-----------------------------------+---------------------+ | :ref:`StyleBox` | grabber_pressed | +-----------------------------------+---------------------+ | :ref:`Texture2D` | increment | +-----------------------------------+---------------------+ | :ref:`Texture2D` | increment_highlight | +-----------------------------------+---------------------+ | :ref:`StyleBox` | scroll | +-----------------------------------+---------------------+ | :ref:`StyleBox` | scroll_focus | +-----------------------------------+---------------------+