views:

200

answers:

1

I am looking for a Silverlight 4 treelist / treegrid control (multi-column treeview; not a simple treeview). There is one at Codeplex: http://multicolumntreelist.codeplex.com, but unfortunately it is under GPLv2 and this is not applicable for me. Does anybody knows alternatvies for that?

A: 

The Silverlight Toolkit has a tree view:

http://silverlight.codeplex.com/

Take a look here for examples:

http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html

It's on Codeplex but is released by the Microsoft Silverlight team, it's just a separate project because the release cycle is out of band with the main Silverlight trunk.

Jeremy Likness
I am looking for a multicolumn treeview (combination of a treeview and a datagrid). This seems to be an ordinary treeview control!
uhu
This tree view is fully templated, so you can create your columns using a stack panel or other construct. I know many advanced datagrids that will handle this but none of them are free.
Jeremy Likness