Add scrollable Viewport
This commit is contained in:
parent
b623f280ed
commit
6ad5e03d71
4 changed files with 61 additions and 52 deletions
|
|
@ -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,
|
||||
CurrentOffset, Id, Properties, RelativeOffset, StyleSheet,
|
||||
snap_to, style::Scrollbar, style::Scroller, AbsoluteOffset, Id,
|
||||
Properties, RelativeOffset, StyleSheet, Viewport,
|
||||
};
|
||||
|
||||
/// A widget that can vertically display an infinite amount of content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue