Module iced::widget::scrollable

source ·
Expand description

Navigate an endless amount of content with a scrollbar.

Structs

The identifier 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.

Type Definitions

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