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



_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to