Hi, I have a TreeView with a ListStore as model. now I want to sort just one time and reset the model back in the unsorted state so that newly added rows are not automatically sorted. Any ideas how I can implement such thing? Bye