Currently the Scrollable demos only showcase the ability to control the scroll using the dedicated <Scrollable.VerticalScrollbar> component, which has a unique access to the context.
This ability (control the scroll position) is also important to have from any other component on the page.
Currently the Scrollable demos only showcase the ability to control the scroll using the dedicated
<Scrollable.VerticalScrollbar>
component, which has a unique access to thecontext
.This ability (control the scroll position) is also important to have from any other component on the page.
Below is a non-tested idea for such a demo: