Module scroll

Module scroll 

Source
Expand description

Scroll containers that defer behaviour to the active renderer backend.

Structs§

ScrollView
A scrollable view that displays content larger than its frame.

Enums§

Axis
Defines the scrolling directions supported by ScrollView.

Functions§

scroll
Creates a vertical ScrollView with the given content.
scroll_both
Creates a ScrollView that can scroll in both directions.
scroll_horizontal
Creates a horizontal ScrollView with the given content.