ColumnView.scrollTo

Scroll to the row at the given position - or cell if a column is given - and performs the actions specified in flags.

This function works no matter if the listview is shown or focused. If it isn't, then the changes will take effect once that happens.

Parameters

pos uint

position of the item

column gtk.column_view_column.ColumnViewColumn

The column to scroll to or null to not scroll columns.

flags gtk.types.ListScrollFlags

actions to perform

scroll gtk.scroll_info.ScrollInfo

details of how to perform the scroll operation or null to scroll into view