Skip to main content

scroll_into_view

Function scroll_into_view 

Source
pub fn scroll_into_view(offset: usize, row: usize, height: usize) -> usize
Expand description

offset moved the least it can to bring row inside a viewport height rows tall.

The panes that scroll a document rather than a List keep their own offset, and all of them want this same nudge.