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?
views:
200answers:
1
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
2010-08-09 11:00:40
I am looking for a multicolumn treeview (combination of a treeview and a datagrid). This seems to be an ordinary treeview control!
uhu
2010-08-09 11:48:34
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
2010-08-10 10:45:05