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

Collapsible Splitter control in C#

Rate me:
Please Sign up or sign in to vote.
4.92/5 (69 votes)
26 Aug 2003Ms-PL3 min read 449K   14K   218  
A Mozilla-style collapsing splitter control in C#
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollapsibleSplitter", "CollapsibleSplitterCSharp\CollapsibleSplitter.csproj", "{0AA7B7B3-94CB-437E-960D-ADE633F67EC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollapsibleSplitterTest", "CollapsibleSplitterTest\CollapsibleSplitterTest.csproj", "{BE1DB884-5815-4B5B-B162-A39450B70989}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0AA7B7B3-94CB-437E-960D-ADE633F67EC5}.Debug.ActiveCfg = Debug|.NET
		{0AA7B7B3-94CB-437E-960D-ADE633F67EC5}.Debug.Build.0 = Debug|.NET
		{0AA7B7B3-94CB-437E-960D-ADE633F67EC5}.Release.ActiveCfg = Release|.NET
		{0AA7B7B3-94CB-437E-960D-ADE633F67EC5}.Release.Build.0 = Release|.NET
		{BE1DB884-5815-4B5B-B162-A39450B70989}.Debug.ActiveCfg = Debug|.NET
		{BE1DB884-5815-4B5B-B162-A39450B70989}.Debug.Build.0 = Debug|.NET
		{BE1DB884-5815-4B5B-B162-A39450B70989}.Release.ActiveCfg = Release|.NET
		{BE1DB884-5815-4B5B-B162-A39450B70989}.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
Thailand Thailand
Furty will code for food.

Comments and Discussions