Click here to Skip to main content
15,892,281 members
Articles / Desktop Programming / Windows Forms

Hierarchical TreeView Control with Data Binding Enabled

Rate me:
Please Sign up or sign in to vote.
4.46/5 (17 votes)
27 Mar 2005CPOL3 min read 278.8K   6.9K   82  
The control extends standard TreeView control to make it fully data bind.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chaliy.Windows.Forms", "Chaliy.Windows.Forms.csproj", "{8A295A00-B71A-4EED-8E67-231869AF6106}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{4016EC93-1654-49A1-A13D-F64B544F942E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{8A295A00-B71A-4EED-8E67-231869AF6106}.Debug.ActiveCfg = Debug|.NET
		{8A295A00-B71A-4EED-8E67-231869AF6106}.Debug.Build.0 = Debug|.NET
		{8A295A00-B71A-4EED-8E67-231869AF6106}.Release.ActiveCfg = Release|.NET
		{8A295A00-B71A-4EED-8E67-231869AF6106}.Release.Build.0 = Release|.NET
		{4016EC93-1654-49A1-A13D-F64B544F942E}.Debug.ActiveCfg = Debug|.NET
		{4016EC93-1654-49A1-A13D-F64B544F942E}.Debug.Build.0 = Debug|.NET
		{4016EC93-1654-49A1-A13D-F64B544F942E}.Release.ActiveCfg = Release|.NET
		{4016EC93-1654-49A1-A13D-F64B544F942E}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 Code Project Open License (CPOL)


Written By
Web Developer
Ukraine Ukraine

Comments and Discussions