Hi, If I'm understanding you correctly, then you need to use a hildon treeview instead of a gtk one: treeview = hildon.GtkTreeView(gtk.HILDON_UI_MODE_EDIT) The parameter will allow selections to stay selected.