scrollToCell  
  open fun scrollToCell(path: TreePath? = null, column: TreeViewColumn? = null, useAlign: Boolean, rowAlign: <Error class: unknown class>, colAlign: <Error class: unknown class>)(source)
⚠️ Deprecated ⚠️
This is deprecated since version 4.10.
Use class@Gtk.ListView or class@Gtk.ColumnView instead
---Moves the alignments of @tree_view to the position specified by @column and
Parameters
path
The path of the row to move to
column
The GtkTreeViewColumn to move horizontally to
useAlign 
whether to use alignment arguments, or false.
rowAlign 
The vertical alignment of the row specified by @path.
colAlign 
The horizontal alignment of the column specified by @column.