Hi You can get it through the TreeStore / ListStore that is connected to the TreeView: int numRows = store.IterNChildren (); /Christian On Tue, 2005-06-14 at 09:03 -0300, Paulo Alves Magalhães Filho wrote: > How to get a number of rows in a GtkTreeView ? > > Tank's >