use_scroll_context

Function use_scroll_context 

Source
pub fn use_scroll_context() -> ScrollableContext
Expand description

Accesses the nearest ScrollableContext provided by a ScrollableView.

ยงPanics

This hook will panic if used outside of a ScrollableView component. Use try_use_context::<ScrollableContext>() if you need a non-panicking version.