Gtk::TreePath p1("8:");
m_TreeView.scroll_to_row( p1, 0);
compiles but did nothing. Is my syntax for the string invalid or must it be converted before?
And as shown in my now fixed first example code snippet, ist it possible to get the iterator direct from the model without manually coding the iterating loop over all the children?