[Gtk-sharp-list] TreeView Sortorder?

Wolfgang Mauer W.Mauer at top-soft.info
Wed Nov 22 17:46:22 EST 2006


Hi all,
i use a TreeView with some cols.
this.store = new ListStore(typeof(int), typeof(string));
.......
If i sort the "string" column by clicking the header it looks like this

10657 | Wichert
11825 | Wichert Dieter
12865 | Wich R
11505 | Wicht Theo


But this is a wrong order !?!
How to correct this ?

/Wolfgang


More information about the Gtk-sharp-list mailing list