
How do I use WPF bindings with RelativeSource? - Stack Overflow
How do I use RelativeSource with WPF bindings and what are the different use-cases?
wpf - Binding ConverterParameter - Stack Overflow
Mar 9, 2013 · The ConverterParameter property can not be bound because it is not a dependency property. Since Binding is not derived from DependencyObject none of its properties can be …
WPF: Setting the Width (and Height) as a Percentage Value
You can put the textboxes inside a grid to do percentage values on the rows or columns of the grid and let the textboxes auto-fill to their parent cells (as they will by default). Example:
Image not displaying at runtime C# WPF - Stack Overflow
I am trying to display an image in WPF but for some reason, the image won't show! It appears on the Visual Studio editor but when I run the application it doesn't appear. Here is some of my …
wpf - How to make overlay control above all other controls?
Mar 27, 2011 · I need to make a control appear above all other controls, so it will partially overlay them.
wpf - How to add a vertical Separator? - Stack Overflow
I want to add a vertical Separator to a Grid, but i can only find the horizontal. Isn't there a Property, where you can enter if the line of the separator should be horizontal or vertical? I …
wpf - Does .NET have icon collections? - Stack Overflow
Does .NET framework have a collection of icons for use in Windows Forms or WPF application somewhere? How does one use it? For example, how do I use it as an application window …
wpf - The name does not exist in the namespace error in XAML
To clarify: WPF designer may report "The name XXX does not exist in the namespace...", even when the name does exist in the namespace and the project builds and runs just fine if a post …
wpf - How to automatically scale font size for a group of controls ...
I have a few TextBlocks in WPF in a Grid that I would like to scale depending on their available width / height. When I searched for automatically scaling Font size the typical suggestion is to …
What is the difference between WPF and WinForms?
Aug 26, 2009 · WPF is the current platform for developing Windows desktop applications. It is a modern, advanced, hardware accelerated framework for developing applications that maintain …