General-purpose, open-source tree vizualizer

153 Views Asked by At

I consistently implement an ITreeNode interface on all my tree structures. It would be excellent to have a vizualizer available when debugging that would display a tree structure in a treeview. Apart from writing my own from scratch, is there any open source vizualizer out there that could be adapted to recognize my ITreeNode interface?

1

There are 1 best solutions below

0
On

Take a look at the JsonViewer at http://jsonviewer.codeplex.com/ which provides a tree visualizer for Json String. I have modified the same for my project use to visualize my objects as tree and you can try the same.