On Thu, Jul 13, 2006 at 03:21:02PM +0200, Alessandro Pellizzari wrote: > It works pretty good until circa row 900, showing the cell at the top of > the treeview, then it begins going wrong, showing cell 930 (or similar) > at the top and not scrolling down, even for cell, e.g., 1200, which goes > out of the visible area.
Try doing the scroll_to_cell in an idle_add callback. Dave Cook _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
