pub fn scroll_both(content: impl View) -> ScrollViewExpand 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.