Module scrollable

Module scrollable 

Source
Expand description

A container that allows its content to be scrolled.

§Usage

Use to display content that might overflow the available space.

Structs§

ScrollableArgs
Arguments for the scrollable container.
ScrollableArgsBuilder
Builder for ScrollableArgs.
ScrollableState
Holds the state for a scrollable component, managing scroll position and interaction.

Enums§

ScrollBarBehavior
Defines the behavior of the scrollbar visibility.
ScrollBarLayout
Defines the layout of the scrollbar relative to the scrollable content.
ScrollableArgsBuilderError
Error type for ScrollableArgsBuilder

Functions§

scrollable
scrollable