runmanager.__main__.scroll_view_to_row_if_current

runmanager.__main__.scroll_view_to_row_if_current(view, item)[source]

Checks to see if the item is in the row of the current item. If it is, scrolls the treeview/tableview vertically to ensure that row is visible. This is done by recording the horizontal scroll position, then using view.scrollTo(), and then restoring the horizontal position