[Gtk-sharp-list] Treeview help needed.

Brad Taylor brad at getcoded.net
Fri Jan 23 09:16:39 EST 2009


Hey,

> 
> Can anybody help me on activating the cell borders in a treeview.
> I want my treeview to look like gridview in .net.

Try:

	...
	my_tree_view.EnableGridLines = TreeViewGridLines.Both;
	...

See http://go-mono.org/docs/monodoc.ashx?link=P%
3aGtk.TreeView.EnableGridLines

Best,

-Brad





More information about the Gtk-sharp-list mailing list