Export scroll_to helper

This commit is contained in:
Cory Forsstrom 2023-04-20 13:34:38 -07:00
parent 4052ccf2b5
commit a38bf092a8
No known key found for this signature in database
GPG key ID: 1DFE170A4415C9F5
2 changed files with 11 additions and 2 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, AbsoluteOffset, Id,
Properties, RelativeOffset, StyleSheet, Viewport,
scroll_to, snap_to, style::Scrollbar, style::Scroller, AbsoluteOffset,
Id, Properties, RelativeOffset, StyleSheet, Viewport,
};
/// A widget that can vertically display an infinite amount of content