pub fn AutoScroll(_: AutoScrollProps) -> ElementExpand description
A scrollable container that scrolls itself while a drag hovers near its
edges. Give it the overflow CSS yourself (via style/class).
ยงProps
For details, see the props struct definition.
threshold:f64Edge band size in px.
speed:f64Max scroll px per event.
axis:ScrollAxisAxes to scroll.
active:Option<bool>Optional external drag-state gate.
Some(true)scrolls on pointer movement,Some(false)suppresses it, andNoneuses the built-in pointer contact heuristic.attributes:Vec<Attribute>children:Element