
Window vs Page vs UserControl for WPF navigation?
A Window object is just what it sounds like: its a new Window for your application. You should use it when you want to pop up an entirely new window. I don't often use more than one Window in …
wpf - How to get StackPanel's children to fill maximum space …
I simply want flowing text on the left, and a help box on the right. The help box should extend all the way to the bottom. If you take out the outer StackPanel below it works great. But for reas...
WPF What is the correct way of using SVG files as icons in WPF
WPF What is the correct way of using SVG files as icons in WPF Asked 15 years, 3 months ago Modified 2 years, 9 months ago Viewed 197k times
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: simple TextBox data binding - Stack Overflow
WPF: simple TextBox data binding Asked 16 years ago Modified 5 years, 9 months ago Viewed 278k times
Handling the window closing event with WPF / MVVM Light Toolkit
For mvvm beginners not using MVVMLight and searching for how to inform the ViewModel about the Closing event, the links how to set up the dataContext correctly and how to get the …
How can I bring a window to the front in WPF? - Stack Overflow
The solution to bringing a WPF window to the top was actually provided to me by the same code I'm using to provide the global hotkey. A blog article by Joseph Cooney contains a link to his …
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 …
How to remove default mouse-over effect on WPF buttons?
97 My problem is that in WPF, whenever I try and change the colour of a button's background using triggers or animations, the default mouseover effect (of being grey with that orange …
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: