Is it possible to create and render simple indent trees in C# using QuickGraph library?
Asked
Active
Viewed 836 times
1 Answers
2
From the documentation:
QuickGraph itself does not provide graph layout or visualization algorithms. QuickGraph provides efficient brides between the data structures and existing graph layout libraries such as Graphviz, MsAgl, Glee
For an indent tree I suspect a graph is a bit of overkill. What is the reason you can't use simple object composition?

Steven Jeuris
- 18,274
- 9
- 70
- 161