Genealogy Tree Control [closed]

2019-02-04 13:29发布

I've been tasked (by my wife) with creating a program to allow her to track the family trees on both sides of our family.

Does anyone know of a cost-effective (free) control to represent this type of information?

What I'm looking for is a modified org-chart type chart/tree. The modification is that any node should have 2 parent nodes (E.G. a child should have a Mother/Father).

The solution I've come up with so far is to have 2 trees, an ancestor tree and a descendants tree, with the individual being inspected as the root node for each tree. It works but is sort of clunky.

I'm working primarily in c# WinForms, so .Net type controls or source code is preferable.

8条回答
Fickle 薄情
2楼-- · 2019-02-04 13:56

Geni is probably what your looking for.

查看更多
冷血范
3楼-- · 2019-02-04 13:56

I haven't thought too hard about this, but I reckon you could get a Custom Treeview in WPF to do what you want. I was reading an article on code project a while back that implemented an org chart this way...

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-02-04 14:01

Try GeneTree. You can open a free account and build a family tree interactively. You can also find others whose DNA matches yours, who may be family members you did not know about before.

If the functionality is already there, and free, why write a program?

查看更多
男人必须洒脱
5楼-- · 2019-02-04 14:06

I actually spotted GRAMPS just the other day.

查看更多
迷人小祖宗
6楼-- · 2019-02-04 14:08

Family.Show is a very successful genealogy application and open-source you can get it from Codeplex

查看更多
Melony?
7楼-- · 2019-02-04 14:13

If you're really looking for an application that you can modify try out Family.Show on CodePlex.

查看更多
登录 后发表回答