Module iced_native::widget::scrollable[][src]

Navigate an endless amount of content with a scrollbar.

Structs

Scrollable

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

Scrollbar

The scrollbar of a Scrollable.

Scroller

The handle of a Scrollbar.

State

The local state of a Scrollable.

Traits

Renderer

The renderer of a Scrollable.