PVS
PVS copied to clipboard
Implement a Dynamic Tree View
We need a dynamic tree visualization API with the following capabilities:
- Expand/Collapse nodes
- Add/Remove nodes
- Change node colors/data
- Zoom in/out
- Context menu for nodes
The best wx package that I found is called FloatCanvas. It has some capabilities to do this, but we need to implement most of the needed features.