2017-09-12 17:42:36 -03:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-06 10:08:05 +02:00
<class name= "HScrollBar" inherits= "ScrollBar" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 17:42:36 -03:00
<brief_description >
2023-04-30 16:26:09 +02:00
A horizontal scrollbar that goes from left (min) to right (max).
2017-09-12 17:42:36 -03:00
</brief_description>
<description >
2023-04-30 16:26:09 +02:00
A horizontal scrollbar, typically used to navigate through content that extends beyond the visible width of a control. It is a [Range]-based control and goes from left (min) to right (max).
2017-09-12 17:42:36 -03:00
</description>
<tutorials >
</tutorials>
2025-11-05 12:28:49 -03:00
<theme_items >
<theme_item name= "padding_bottom" data_type= "constant" type= "int" default= "0" >
Padding between the bottom of the [theme_item ScrollBar.scroll] element and the [theme_item ScrollBar.grabber].
[b]Note:[/b] To apply horizontal padding, modify the left/right content margins of [theme_item ScrollBar.scroll] instead.
</theme_item>
<theme_item name= "padding_top" data_type= "constant" type= "int" default= "0" >
Padding between the top of the [theme_item ScrollBar.scroll] element and the [theme_item ScrollBar.grabber].
[b]Note:[/b] To apply horizontal padding, modify the left/right content margins of [theme_item ScrollBar.scroll] instead.
</theme_item>
</theme_items>
2017-09-12 17:42:36 -03:00
</class>