Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VScrollBar
Hereda: ScrollBar < Range < Control < CanvasItem < Node < Object
Una barra de desplazamiento vertical que va desde arriba (mín.) hasta abajo (máx.).
Descripción
Una barra de desplazamiento vertical, que se utiliza normalmente para navegar a través del contenido que se extiende más allá de la altura visible de un control. Es un control basado en Range y va de arriba (mínimo) a abajo (máximo). Ten en cuenta que esta dirección es la opuesta a la de VSlider.
Propiedades
BitField[SizeFlags] |
size_flags_horizontal |
|
BitField[SizeFlags] |
size_flags_vertical |
|
Propiedades del Tema
|
||
|
Descripciones de las propiedades del tema
Padding between the left of the ScrollBar.scroll element and the ScrollBar.grabber.
Note: To apply vertical padding, modify the top/bottom content margins of ScrollBar.scroll instead.
Padding between the right of the ScrollBar.scroll element and the ScrollBar.grabber.
Note: To apply vertical padding, modify the top/bottom content margins of ScrollBar.scroll instead.