scroll_horizontal

Function scroll_horizontal 

Source
pub fn scroll_horizontal(content: impl View) -> ScrollView
Expand 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.