Click here to Skip to main content
15,881,852 members
Articles / Desktop Programming / WPF

ListView, ComboBox, and ObservableCollection<T>

Rate me:
Please Sign up or sign in to vote.
4.36/5 (8 votes)
3 Feb 2010MIT5 min read 82.1K   4.9K   29  
An article on WPF data binding using ObservableCollection.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreMVVM", "CoreMVVM.csproj", "{F7040386-08F3-48C2-8833-5E373F67E8F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "..\WpfModelViewApplication2\Sample.csproj", "{9335F0D4-92B7-45FC-8E07-ED4449736901}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F7040386-08F3-48C2-8833-5E373F67E8F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F7040386-08F3-48C2-8833-5E373F67E8F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F7040386-08F3-48C2-8833-5E373F67E8F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F7040386-08F3-48C2-8833-5E373F67E8F4}.Release|Any CPU.Build.0 = Release|Any CPU
		{9335F0D4-92B7-45FC-8E07-ED4449736901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9335F0D4-92B7-45FC-8E07-ED4449736901}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9335F0D4-92B7-45FC-8E07-ED4449736901}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9335F0D4-92B7-45FC-8E07-ED4449736901}.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 MIT License


Written By
Technical Lead Rockwell Automation
Singapore Singapore
He is a Software Engineer at Rockwell Automation Asia Pacific Business Center, working on RSLogix 5000. Prior to joining Rockwell Automation, he had worked for Sybase for 8 years and was the original architect of the PowerBuilder Native Interface and the PowerBuilder .NET Compiler that can compile PowerBuilder applications to .NET Windows Forms or Web Forms applications. The programming languages he has used or is using intensively include C#, C++, C and 8086 assembly.

Wu XueSong's Blog

Comments and Discussions