[Gtk-sharp-list] Data grid widget in Gtk#

Eric Miller eric.john.miller at gmail.com
Fri Dec 7 16:44:37 EST 2007


Jacek Ruzyczka wrote:
> Hi folks,
> 
> I've been searching for a grid view widget for use in my Gtk# project, just 
> like the DataGrid in WinForms (let aside the database binding) or the JTable 
> in Java, but haven't found anything. Is there a handy solution in Gtk# for 
> presenting data in a versatile grid?
> 
> Thank you.
> Jacek Rużyczka
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Funny you should ask. I was just looking for the same thing and couldn't 
find much Googling for grid or list view. I was looking for the wrong 
thing - the treeview will display as a grid/table or a tree.

Here's the tutorial I found:
http://www.mono-project.com/GtkSharp_TreeView_Tutorial

Eric Miller



More information about the Gtk-sharp-list mailing list