WPF Writing custom Control

Posted by Petoj on Stack Overflow See other posts from Stack Overflow or by Petoj
Published on 2010-04-13T18:39:33Z Indexed on 2010/04/13 20:03 UTC
Read the original article Hit count: 373

Filed under:
|

I wanted to write a Custom Control that would show a family tree... so i looked on FamilyShow....

So their control inherits FrameworkElement but then every thing gets super complex... are there any easy tutorials out there that show how to implement a custom FrameworkElement with children and so on?

Basically what i fail to do is this, Add child controls and show them, and when drawing getting the coordinates of the child controls...

© Stack Overflow or respective owner

Related posts about wpf

Related posts about customcontrol