Click here to Skip to main content
15,893,668 members
Articles / Desktop Programming / WPF

Bindable Converter, Converter Parameter and StringFormat

Rate me:
Please Sign up or sign in to vote.
4.87/5 (12 votes)
18 Sep 2012CPOL5 min read 77.4K   1.5K   20  
How to work around that Binding's Converter, ConvertParameter and StringFormat cannot be specified as dynamic Bindings.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindableConverterParameter", "BindableConverterParameter.csproj", "{A5AE610A-D87B-490E-8457-BCBB1002E3F8}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A5AE610A-D87B-490E-8457-BCBB1002E3F8}.Debug|x86.ActiveCfg = Debug|x86
		{A5AE610A-D87B-490E-8457-BCBB1002E3F8}.Debug|x86.Build.0 = Debug|x86
		{A5AE610A-D87B-490E-8457-BCBB1002E3F8}.Release|x86.ActiveCfg = Release|x86
		{A5AE610A-D87B-490E-8457-BCBB1002E3F8}.Release|x86.Build.0 = Release|x86
	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
Sweden Sweden
Henrik Jonsson is a Microsoft Professional Certified Windows Developer (MCPD) that currently works as an IT consultant in Västerås, Sweden.

Henrik has worked in several small and large software development projects in various roles such as architect, developer, CM and tester.

He regularly reads The Code Project articles to keep updated about .NET development and get new ideas. He has contributed with articles presenting some useful libraries for Undo/Redo, Dynamic Linq Sorting and a Silverlight 5 MultiBinding solution.

Comments and Discussions