scroll_both

Function scroll_both 

Source
pub fn scroll_both(content: impl View) -> ScrollView
Expand description

Creates a ScrollView that can scroll in both directions.

Useful for large content like images or tables that may need both horizontal and vertical scrolling. The actual scrolling behavior is implemented by the renderer backend.