Skip to main content

Module scrollbar

Module scrollbar 

Source
Expand description

Scrollbar widget.

A widget to display a scrollbar.

Structs§

Scrollbar
A widget to display a scrollbar.
ScrollbarState
Mutable state for a Scrollbar widget.

Enums§

ScrollbarOrientation
Scrollbar orientation.

Constants§

SCROLLBAR_PART_BEGIN
Hit data part for begin button (up/left).
SCROLLBAR_PART_END
Hit data part for end button (down/right).
SCROLLBAR_PART_THUMB
Hit data part for thumb (draggable).
SCROLLBAR_PART_TRACK
Hit data part for track (background).