Family tree control in silverlight
-
Does anyone know about having a family tree control in silverlight. There's a WPF application on codeplex, but that is too extensive to show the already built tree on a website. Their's API is also too big to port back. In case anyone wants to do this with me, let me know.
-
Does anyone know about having a family tree control in silverlight. There's a WPF application on codeplex, but that is too extensive to show the already built tree on a website. Their's API is also too big to port back. In case anyone wants to do this with me, let me know.
You could have a look at my Silverlight Hierarchy Tree Control article here on CodeProject.
"You get that on the big jobs."
-
Does anyone know about having a family tree control in silverlight. There's a WPF application on codeplex, but that is too extensive to show the already built tree on a website. Their's API is also too big to port back. In case anyone wants to do this with me, let me know.
The simplest way to do this would be to have a treeview containing the information, and then restyle the template to show the view as appropriate.
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
-
You could have a look at my Silverlight Hierarchy Tree Control article here on CodeProject.
"You get that on the big jobs."
Thanks Rob, it seems that your control can provide some guidance for the full family tree control. Would keep you posted if i get to design it further :)
-
Thanks Rob, it seems that your control can provide some guidance for the full family tree control. Would keep you posted if i get to design it further :)
Currently I am trying to incorporate the person user control as collapsible to show hide children. Also to show person's detail on mouse hover.