Gtk.TreeView.prototype.expand_to_path

function expand_to_path(path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_tree_view_expand_to_path()
}

Expands the row at path. This will also expand all parent rows of path as necessary.

Since 2.2

path

path to a row.