HScrollBar

继承: ScrollBar < Range < Control < CanvasItem < Node < Object

水平滚动条,从左侧(最小)滚动到右侧(最大)。

描述

水平滚动条,通常用于为超出控件可见宽度的内容进行导航。这是基于 Range 的控件,从左侧(最小)滚动到右侧(最大)。

主题属性

int

padding_bottom

0

int

padding_top

0


主题属性说明

int padding_bottom = 0 🔗

Padding between the bottom of the ScrollBar.scroll element and the ScrollBar.grabber.

Note: To apply horizontal padding, modify the left/right content margins of ScrollBar.scroll instead.


int padding_top = 0 🔗

Padding between the top of the ScrollBar.scroll element and the ScrollBar.grabber.

Note: To apply horizontal padding, modify the left/right content margins of ScrollBar.scroll instead.