How to render indent trees with QuickGraph in C#?

858 Views Asked by At

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

1

There are 1 best solutions below

0
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?