[Gtk-sharp-list] DataGrid like widget

Robert Brown robert@rpb3.com
Fri, 24 Sep 2004 12:17:03 -0400 (EDT)


Hey,
	I would first like to thank Paco for all his work on the GTK# installer
and the Visual Studio Add-In (vsprj2make).  In addition, his assistance
and feedback on the list has helped me tremendously.  And I would like to
say how much I appreciate all he has done.

	The reason I am writing is that I am using the GTK# VS.Net Plug-in to
write a demo app but I am unable to find a Data Grid widget/component. 
The closest thing that Glade provides is a "List or Tree View" widget;
but it does not have databinding capabilities...  I did find some code
that allows me to dump database results into the "List or Tree View"
widget at http://www.codeproject.com/csharp/monodevelop.asp...

	My questions are...  Does GTK have a "Data Grid" widget?  Is someone
developing or has someone developed one?

        I was thinking about trying to write an object that allow a user
to pass the "Tree View/List View" widget and a DataSet in so that
it would populate the widget with data.  However if it is already
written or something similar exists, I don't want to reinvent the
wheel.

Thanks,
Robert
robert@rpb3.com