[Gtk-sharp-list] Sorting TreeStore

xbgmsharp xbgmsharp at gmail.com
Fri Oct 27 05:00:15 EDT 2006


Hello,

I am trying to sort a TreeStore.
I am able to do it with a ListStore like this:

iter = store.AppendValues(args);
treeview.Model = store;

But it doesn't work on a TreeStore.
I set the SortColumnId, so when i click on the Column name it is sorting.
But i would like to do right after insering data and not showing the headers.
So i should not need to make TreeStore sortable func.

What do i need to do?

Thanks in advance

-- 
Thanks for using xbgm#
http://xbgm.sourceforge.net/
Please feedback.


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://linux.bitdefender.com/




More information about the Gtk-sharp-list mailing list