[MonoDevelop] How to edit a TreeViewColumn?

Peter Johanson latexer at gentoo.org
Mon Oct 9 19:06:08 EDT 2006


On Mon, Oct 09, 2006 at 07:32:26PM -0300, Carlos Adriano Portes wrote:
> Hi I have a TreeView list that has two columns "Id" and "Name", I
> would like to know how to edit the items in line, that is type in the
> treeview like it was an entry?

You want to use CellRenderers that are set to be editable.
CellRendererText, CellRendererCombo, etc. all support this. I have a
small boo example using gtk# that does this here:

http://baz.medsphere.com/~peter/treeview.boo

-pete



More information about the Monodevelop-list mailing list