Comment 1 for bug 435310

Revision history for this message
aidave (aidave) wrote : Re: v1.4 - Adding New Node deep in Tree doesnt Jump to It

Looks like this is a GTK problem.
Even when using all of these:
     self.treeview.expand_to_path(path)
     self.treeview.scroll_to_cell(path)
     self.treeview.set_cursor(path)
It still will not scroll the widget properly.