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?
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!