scroll_on_select

Function scroll_on_select 

Source
pub fn scroll_on_select(
    child: impl IntoUiNode,
    enabled: impl IntoVar<bool>,
) -> UiNode
Expand description

P If the widget scrolls into view when the value selected.

This is enabled by default.