Module iced::widget::scrollable

source ·
Expand description

Navigate an endless amount of content with a scrollbar.

Structs

The identifier of a Scrollable.
Properties of a scrollbar within a Scrollable.
The amount of offset in each direction of a Scrollable.
The appearance of a scrollable.
The appearance of the scroller of a scrollable.

Traits

A set of rules that dictate the style of a scrollable.

Functions

Produces a Command that snaps the Scrollable with the given Id to the provided percentage along the x & y axis.

Type Definitions

A widget that can vertically display an infinite amount of content with a scrollbar.