Tagged Questions
6
votes
3answers
3k views
Data display for hierarchical data
I have various collections of entities that can be associated at various levels, varying in depth as well.
Would the best approach be to use a treeview? If I cannot use a treeview could I create the ...