Click here to Skip to main content
15,896,063 members
Articles / Desktop Programming / WPF

WPF BreadcrumbBar

Rate me:
Please Sign up or sign in to vote.
4.93/5 (47 votes)
3 Oct 2008CPOL4 min read 170.2K   4.6K   162  
A WPF BreadcrumbBar implementation.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Odyssey.Controls", "BreadcrumbBar\Odyssey.Controls.csproj", "{333FDC55-6B47-4A64-A2DF-A4C5823FAC74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileBrowserExample", "FileBrowser.cs\FileBrowserExample.csproj", "{F41A958B-D4F1-49A3-AECC-570AFA2F1030}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BreadcrumbWithDataSourceExample", "BreadcrumbWithDataSourceExample\BreadcrumbWithDataSourceExample.csproj", "{A55114A5-6994-4990-8F8B-C09D2D30EE05}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{333FDC55-6B47-4A64-A2DF-A4C5823FAC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{333FDC55-6B47-4A64-A2DF-A4C5823FAC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{333FDC55-6B47-4A64-A2DF-A4C5823FAC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{333FDC55-6B47-4A64-A2DF-A4C5823FAC74}.Release|Any CPU.Build.0 = Release|Any CPU
		{F41A958B-D4F1-49A3-AECC-570AFA2F1030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F41A958B-D4F1-49A3-AECC-570AFA2F1030}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F41A958B-D4F1-49A3-AECC-570AFA2F1030}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F41A958B-D4F1-49A3-AECC-570AFA2F1030}.Release|Any CPU.Build.0 = Release|Any CPU
		{A55114A5-6994-4990-8F8B-C09D2D30EE05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A55114A5-6994-4990-8F8B-C09D2D30EE05}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A55114A5-6994-4990-8F8B-C09D2D30EE05}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A55114A5-6994-4990-8F8B-C09D2D30EE05}.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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
MCPD
Enterprise Application Developer 3.5
Windows Developer 3.5
.ASP.NET Developer 3.5
.NET 2.0 Windows Developer
.NET 2.0 Web Developer
.NET 2.0 Enterprise Application Developer


MCTS
.NET 3.5 Windows Forms Applications
.NET 3.5 ASP.NET Applications
.NET 3.5, ADO.NET Application Development
.NET 3.5 WCF
.NET 3.5 WPF
.NET 3.5 WF
Microsoft SQL Server 2008, Database Development
.NET 2.0 Windows Applications
.NET 2.0 Web Applications
.NET 2.0 Distributed Applications
SQL Server 2005
Sharepoint Services 3.0 Application Development
Windows Vista Client Configuration

Comments and Discussions