Reworked Scrollable to account for lack of widget order guarantees.
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
This commit is contained in:
parent
d91f4f6aa7
commit
9f85e0c721
9 changed files with 624 additions and 697 deletions
|
|
@ -99,8 +99,7 @@ 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, Direction, Horizontal, Id,
|
||||
StyleSheet,
|
||||
snap_to, style::Scrollbar, style::Scroller, Id, Properties, StyleSheet,
|
||||
};
|
||||
|
||||
/// A widget that can vertically display an infinite amount of content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue