Skip to main content

scrollable_both

Function scrollable_both 

Source
pub fn scrollable_both<E>(element: E) -> Scrollable<E>
where E: Element,
Expand description

Create a scrollable container with both axes

§Example

scrollable_both(
    div().children(items)
)