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

Sebastian Dröge sebastian.droege@gmx.de
Thu, 10 Mar 2005 21:34:08 +0100


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

> 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

well... solved my own problem by trying: you have to set the sort-column to
-2 and the TreeView ist unsorted again. Maybe this helps someone else, I
haven't found any documentation on this

Bye