Click here to Skip to main content
15,896,207 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.6K   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.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfDiscipleBlogViewer3D", "WpfDiscipleBlogViewer3D\WpfDiscipleBlogViewer3D.csproj", "{BAF676D3-151F-46E5-B06A-EDF54D59C768}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{BAF676D3-151F-46E5-B06A-EDF54D59C768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BAF676D3-151F-46E5-B06A-EDF54D59C768}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BAF676D3-151F-46E5-B06A-EDF54D59C768}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BAF676D3-151F-46E5-B06A-EDF54D59C768}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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