Click here to Skip to main content
15,881,173 members
Articles / Programming Languages / C#

TreeListView

Rate me:
Please Sign up or sign in to vote.
4.79/5 (147 votes)
31 Aug 2003Ms-PL5 min read 1.5M   38.4K   436  
A custom control that ties a ListView and a TreeView together
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TryTreeListView2002", "TryTreeListView\TryTreeListView2002.csproj", "{723FF660-1C5F-419D-9ED7-3460E92DD68C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIs2002", "..\APIs\APIs2002.csproj", "{4C455726-38B4-4143-8C43-46653918F0E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeListView2002", "TreeListView\TreeListView2002.csproj", "{098A3804-59B9-4A83-8D4C-99954D4A8653}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{723FF660-1C5F-419D-9ED7-3460E92DD68C}.Debug.ActiveCfg = Debug|.NET
		{723FF660-1C5F-419D-9ED7-3460E92DD68C}.Debug.Build.0 = Debug|.NET
		{723FF660-1C5F-419D-9ED7-3460E92DD68C}.Release.ActiveCfg = Release|.NET
		{723FF660-1C5F-419D-9ED7-3460E92DD68C}.Release.Build.0 = Release|.NET
		{4C455726-38B4-4143-8C43-46653918F0E4}.Debug.ActiveCfg = Debug|.NET
		{4C455726-38B4-4143-8C43-46653918F0E4}.Debug.Build.0 = Debug|.NET
		{4C455726-38B4-4143-8C43-46653918F0E4}.Release.ActiveCfg = Release|.NET
		{4C455726-38B4-4143-8C43-46653918F0E4}.Release.Build.0 = Release|.NET
		{098A3804-59B9-4A83-8D4C-99954D4A8653}.Debug.ActiveCfg = Debug|.NET
		{098A3804-59B9-4A83-8D4C-99954D4A8653}.Debug.Build.0 = Debug|.NET
		{098A3804-59B9-4A83-8D4C-99954D4A8653}.Release.ActiveCfg = Release|.NET
		{098A3804-59B9-4A83-8D4C-99954D4A8653}.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 Microsoft Public License (Ms-PL)


Written By
Web Developer
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions