Home > OS >  draw dynamic tree
draw dynamic tree

Time:11-03

How can I draw a dynamic family tree So that whenever you add or remove a family member, the tree will paint itself

I tried drawing on bitmap but I couldn't draw it Family data in a local database

CodePudding user response:

You could use and call enter image description here

To use this from within a C# application, you could call PlantUML as external process and import the resulting bitmap graphics file into your C# picture control.

CodePudding user response:

Creating interactive Family Tree is not an easy task, literally it could take years to do it. I would suggest you to use some existing Family tree component like enter image description here

  • Related