Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I want to write a class for treeview structure in my project.There are three properties in my class, which named "Id,Name,Children ". But I should put a control like datagrid,button, or accordion menu as child to parent.Can I do this, if yes, How can I determine this ?

Thanks for the replies..
Posted

1 solution

Beginning with .NET 3.0, SilverLight has a TreeView Control[^].

CP has articles on SilverLight TreeViews[^], [^], [^]

There's a SilverLight TV on CodePlex:[^].
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900