[Gtk-sharp-list] Gtk.TreeView: How to reset the TreeModel back in the "unsorted" state?

Sebastian Dröge sebastian.droege@gmx.de
Sat, 5 Mar 2005 01:48:15 +0100


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