Click here to Skip to main content
15,860,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using windows form application in c#..
I have a tree with data now i want to change the default layout of the tree because i am trying to make a family tree like this(Mother or wife not included).
                     A
                     |
          ---------------------
          |          |         |
          B          D         C
                     |
             --------------------
             |                  |
             E                  F
             |
--------------------------------
|          |           |        |
G          H           I        J

Can anyone help me...
Posted
Updated 11-Aug-13 21:04pm
v5

If you mean a family tree as in
          A
          |
---------------------   ----...
|         |         |   |
B         C         D - E
                      |
                      |
                      |
                      F
Then you can't customise a TreeView to do that - it's a totally different organisation you need, and a totally different control.
You may be able to find something on Google, or you may have to create your own. Certainly, I don't know of one you could use off the shelf.
 
Share this answer
 
Have a look at similar question: how to create Family tree in report from database.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900