Click here to Skip to main content
15,891,839 members
Articles / Desktop Programming / WPF

Resizing a Custom WPF Window

Rate me:
Please Sign up or sign in to vote.
4.63/5 (8 votes)
4 Jun 2010CPOL4 min read 64K   2.4K   23  
Learn how to enable resizing of a custom WPF window created in Expression Blend

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Custom Win Resize", "Custom Win Resize\Custom Win Resize.vbproj", "{7923bd09-44ee-480f-8204-c2305a6635e5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7923BD09-44EE-480F-8204-C2305A6635E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7923BD09-44EE-480F-8204-C2305A6635E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7923BD09-44EE-480F-8204-C2305A6635E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7923BD09-44EE-480F-8204-C2305A6635E5}.Release|Any CPU.Build.0 = Release|Any CPU
	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
Kenya Kenya
Experienced C# software developer with a passion for WPF.

Awards,
  • CodeProject MVP 2013
  • CodeProject MVP 2012
  • CodeProject MVP 2021

Comments and Discussions