:github_url: hide .. _class_HScrollBar: HScrollBar ========== **Hereda:** :ref:`ScrollBar` **<** :ref:`Range` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` A horizontal scrollbar that goes from left (min) to right (max). .. rst-class:: classref-introduction-group Descripción ---------------------- A horizontal scrollbar, typically used to navigate through content that extends beyond the visible width of a control. It is a :ref:`Range`-based control and goes from left (min) to right (max). .. rst-class:: classref-reftable-group Propiedades del Tema ---------------------------------------- .. table:: :widths: auto +-----------------------+-----------------------------------------------------------------------+-------+ | :ref:`int` | :ref:`padding_bottom` | ``0`` | +-----------------------+-----------------------------------------------------------------------+-------+ | :ref:`int` | :ref:`padding_top` | ``0`` | +-----------------------+-----------------------------------------------------------------------+-------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Descripciones de las propiedades del tema ---------------------------------------------------------------------------------- .. _class_HScrollBar_theme_constant_padding_bottom: .. rst-class:: classref-themeproperty :ref:`int` **padding_bottom** = ``0`` :ref:`🔗` Padding between the bottom of the :ref:`ScrollBar.scroll` element and the :ref:`ScrollBar.grabber`. \ **Note:** To apply horizontal padding, modify the left/right content margins of :ref:`ScrollBar.scroll` instead. .. rst-class:: classref-item-separator ---- .. _class_HScrollBar_theme_constant_padding_top: .. rst-class:: classref-themeproperty :ref:`int` **padding_top** = ``0`` :ref:`🔗` Padding between the top of the :ref:`ScrollBar.scroll` element and the :ref:`ScrollBar.grabber`. \ **Note:** To apply horizontal padding, modify the left/right content margins of :ref:`ScrollBar.scroll` instead. .. |virtual| replace:: :abbr:`virtual (Normalmente, este método debería ser sobreescrito por el usuario para que tenga algún efecto.)` .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)` .. |const| replace:: :abbr:`const (Este método no tiene efectos secundarios. No modifica ninguna de las variables miembro de la instancia.)` .. |vararg| replace:: :abbr:`vararg (Este método permite agregar cualquier número de argumentos después de los descritos aquí.)` .. |constructor| replace:: :abbr:`constructor (Este método se utiliza para construir un tipo.)` .. |static| replace:: :abbr:`static (Este método no necesita una instancia para ser llamado, por lo que puede llamarse directamente utilizando el nombre de la clase.)` .. |operator| replace:: :abbr:`operator (Este método describe un operador válido para usar con este tipo como operando izquierdo.)` .. |bitfield| replace:: :abbr:`BitField (Este valor es un entero compuesto como una máscara de bits de las siguientes banderas.)` .. |void| replace:: :abbr:`void (Sin valor de retorno.)`