pub fn scroll_horizontal(content: impl View) -> ScrollViewExpand description
Creates a horizontal ScrollView with the given content.
Useful for wide content that needs to scroll left-right. The actual scrolling behavior is implemented by the renderer backend.