Skip to main content

Module scrollviews

Module scrollviews 

Source

Structs§

ScrollBar
ScrollBarTheme
Theming properties for the ScrollBar component.
ScrollBarThemePartial
You can use this to change a theme for only one component, with the theme property.
ScrollBarThemePreference
Theming properties for the ScrollBar component.
ScrollConfig
Initial configuration for a ScrollController created with use_scroll_controller.
ScrollController
Handle to drive and read a scrollable area programmatically.
ScrollRequest
A pending request to scroll an axis to a given ScrollPosition, consumed on the next layout.
ScrollThumb
ScrollView
Scrollable area with bidirectional support and scrollbars.
VirtualScrollView
One-direction scrollable area that dynamically builds and renders items based in their size and current available size, this is intended for apps using large sets of data that need good performance.

Enums§

ScrollEvent
An absolute scroll movement along one axis, in pixels.
ScrollPosition
Where along an axis a scroll should land, the beginning or the end.

Traits§

ScrollBarThemePartialExt

Functions§

use_scroll_controller
Creates a ScrollController tied to the component, configured by the returned ScrollConfig.