pub fn scroll_into_view(offset: usize, row: usize, height: usize) -> usizeExpand 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.