Function iced::widget::scrollable::scroll_to

source ·
pub fn scroll_to<Message>(id: Id, offset: AbsoluteOffset) -> Command<Message>
where Message: 'static,
Expand description

Produces a Command that scrolls the Scrollable with the given Id to the provided AbsoluteOffset along the x & y axis.