Click here to Skip to main content
15,892,737 members
Articles / Desktop Programming / WPF

Conceptual Children: A powerful new concept in WPF

Rate me:
Please Sign up or sign in to vote.
5.00/5 (34 votes)
6 Apr 2008BSD32 min read 219.2K   3.2K   122  
This article describes a new approach by which an element can remove its visual and logical relationships to its children while maintaining a conceptual parental relationship with those children.
<?xml version="1.0" encoding="utf-8" ?>
<blogs>
  <blog
    author="WPF Disciples"
    bio="http://wpfdisciples.wordpress.com/bios/"
    pic="images/disciples.png"
    url="http://wpfdisciples.wordpress.com/"
    />

  <blog
    author="Dr. WPF"
    bio="http://wpfdisciples.wordpress.com/bios/dr-wpf/"
    pic="images/drwpf.png"
    url="http://www.drwpf.com/blog/"
    />

  <blog
    author="Josh Smith"
    bio="http://wpfdisciples.wordpress.com/bios/josh-smith/"
    pic="images/josh.jpg"
    url="http://joshsmithonwpf.wordpress.com"
    />

  <blog
    author="Karl Shifflett"
    bio="http://wpfdisciples.wordpress.com/bios/karl-shifflett/"
    pic="images/karl.jpg"
    url="http://karlshifflett.wordpress.com/"
    />

  <blog
    author="Marlon Grech"
    bio="http://wpfdisciples.wordpress.com/bios/marlon-grech/"
    pic="images/marlon.jpg"
    url="http://marlongrech.wordpress.com/"
    />

  <blog
    author="Mike Brown"
    bio="http://wpfdisciples.wordpress.com/bios/mike-brown/"
    pic="images/mike.jpg"
    url="http://blog.planetwpf.com/"
    />

  <blog
    author="Rudi Grobler"
    bio="http://wpfdisciples.wordpress.com/bios/rudi-grobler/"
    pic="images/rudi.jpg"
    url="http://dotnet.org.za/rudi/"
    />

  <blog
    author="Sacha Barber"
    bio="http://wpfdisciples.wordpress.com/bios/sacha-barber/"
    pic="images/sacha.jpg"
    url="http://sachabarber.net/"
    />
</blogs>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
United States United States
Dr. WPF is a WPF Disciple! Check out the doctor's blog and bio for more information.

Comments and Discussions