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

Silverlight Carousel: Creating a Silverlight Control Displays Picture in an Interactive Carousel

Rate me:
Please Sign up or sign in to vote.
4.89/5 (58 votes)
2 Aug 2009Ms-PL4 min read 704.6K   6.1K   131  
This article describes how to create and use the Silverlight Carousel control.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlTest", "ControlTest.csproj", "{C5CEBB4E-AB7C-444A-9B02-BADA78E5745A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C5CEBB4E-AB7C-444A-9B02-BADA78E5745A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C5CEBB4E-AB7C-444A-9B02-BADA78E5745A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C5CEBB4E-AB7C-444A-9B02-BADA78E5745A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C5CEBB4E-AB7C-444A-9B02-BADA78E5745A}.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 Microsoft Public License (Ms-PL)


Written By
Team Leader
China China
The God created the world.
The programer made the world easy.
I am a programer like c# and c++, so I am writting application with it.
Creating beautiful application make life easy.
If you have a project and looking for a man, I'll be say "hi, I am just the man you are looking for."

Comments and Discussions