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 - [email protected] > 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 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
