المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Getting all the nodes in a treeview



C# Programming
06-16-2009, 09:40 PM
Is there an already implemented way to get all the nodes within a treeview? including the childs,
for example if you have a treeview like
+father
++child

I would like to get a TreeNodeCollection with this two..

Should I create my own MyTreeView : TreeView implementing a method?