Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling

[Feature] Multidirectional scrolling
This commit is contained in:
Héctor Ramón 2023-01-09 19:23:35 +01:00 committed by GitHub
commit 7ccd87c36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1039 additions and 517 deletions

View file

@ -99,7 +99,8 @@ pub mod radio {
pub mod scrollable {
//! Navigate an endless amount of content with a scrollbar.
pub use iced_native::widget::scrollable::{
snap_to, style::Scrollbar, style::Scroller, Id, StyleSheet,
snap_to, style::Scrollbar, style::Scroller, Id, Properties,
RelativeOffset, StyleSheet,
};
/// A widget that can vertically display an infinite amount of content