How to render indent trees with QuickGraph in C#?

852 views Asked by At

Is it possible to create and render simple indent trees in C# using QuickGraph library?

1

There are 1 answers

0
Steven Jeuris On

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?