Expand description

Navigate an endless amount of content with a scrollbar.

Re-exports

pub use operation::scrollable::RelativeOffset;

Modules

The styles of a Scrollable.

Structs

The identifier of a Scrollable.
Properties of a scrollbar within a Scrollable.
A widget that can vertically display an infinite amount of content with a scrollbar.
The local state of a Scrollable.

Traits

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

Functions

Computes the layout of a Scrollable.
Produces a Command that snaps the Scrollable with the given Id to the provided percentage along the x & y axis.
Processes an Event and updates the State of a Scrollable accordingly.