scrollToCell

open fun scrollToCell(path: TreePath? = null, column: TreeViewColumn? = null, useAlign: Boolean, rowAlign: Float, colAlign: Float)

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.