Hi all,

I finally got GTK# running under .NET 2.0 using the installer provided at 
Novell's site.  I'm having a lot of fun with this toolkit and I like it far 
better than Windows.Forms for what it offers.

I'm almost done working on a paged navigation widget for the data that I have 
in my application.  The only problem that I have now is that, because the data 
is paged, the columns must be sorted across the entire data using a custom 
algorithm, rather than just within the page using GTK#'s built-in algorithm.  I 
want to completely disable GTK#'s built-in sorting while still allowing the 
user to click on the columns and sort using my custom algorithm.

I tried adding a delegate to the list store's SortColumnChanged, but this 
didn't prevent GTK# from interfering with the sort algorithm.

Is it possible to disable the built-in sorting?

Thanks,
naijireja

 
---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to