Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to implement treeview with fastest way?
Posted
Comments
Sergey Alexandrovich Kryukov 16-Jan-12 0:39am    
What do you want to be faster: development time or performance?
--SA
BillWoodruff 16-Jan-12 13:30pm    
Please describe your treeview requirements: are you asking for UI ideas here, and ideas for data structures ? If your requirements include being able to handle a huge number of Nodes, so many you could not display them all at the same time without running out of memory: that requires a "virtual view" architecture that is going to influence class design, I think.

1 solution

Lalu, you really need to put a little more effort into explaining what you are asking. Do you mean TreeView, as in WPF? Silverlight? Windows Forms? what? And is there a specific question that you're stuck on, or do you want someone to tell you "Drag the Treeview control from the Toolbox onto your form" ?
jh
 
Share this answer
 

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