DataGridView for Linux and MonoDevelop

Mixim picture Mixim · Jan 3, 2013 · Viewed 7.7k times · Source

I want to use some GUI-object for output some table's information (this information is readonly). There are DataGrid and DataGridView in Windows Forms, but I can't find same GTK#'s analogue. Can anyone tell me what MonoDevelop's and Gtk# analogue of DataGridView I can use?

Answer

happy coder picture happy coder · Jan 9, 2013

This node view tutorial should get you started on how to use it. AFAIK this is what is available for DataGridView in Windows Forms. This little guide might get you up to speed on MonoDevelop also. CHEERS!