The Custom Hamburger Menu Control, also known as a navigation drawer, is a versatile control commonly used for navigation purposes in modern user interfaces. This control is highly customizable and ...
Naturally I'm playing about with WPF since it looks like the future (and looks rather cool too).<br><br>I'm creating (in the same way that punch a stone wall is demolishing) a custom control derived ...
When creating a custom control based on TextBox, an exception is thrown if a MessageBox.Show call is placed directly inside the TextChanged event. However, when using the default WPF TextBox, the same ...
I'm trying to learn WPF as I will be using it in an upcoming co-op job for summer. I've got the control up and working, however when I change one of the properties in the design window, it's not ...
In an app of any meaningful size, wrapping up common functionality in a composite control reduces the long-term effort needed to craft the app. Learn how to do just that right here. Programmers spend ...