Add scroll_to operation for absolute scroll

This commit is contained in:
Cory Forsstrom 2023-04-14 13:32:44 -07:00
parent 4b05f42fd6
commit b623f280ed
No known key found for this signature in database
GPG key ID: 1DFE170A4415C9F5
4 changed files with 90 additions and 23 deletions

View file

@ -109,8 +109,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, Properties,
RelativeOffset, StyleSheet,
snap_to, style::Scrollbar, style::Scroller, AbsoluteOffset,
CurrentOffset, Id, Properties, RelativeOffset, StyleSheet,
};
/// A widget that can vertically display an infinite amount of content