How to customize the appearance of backstage tab in WPF Ribbon control? This sample show cases how to change the forecolor of selected backstage tabitem in WPF Ribbon control. You can use the ...
Giving each field a unique shortcut key is a good idea, but you start running into conflicts once you reach about 20 controls on your form. You could modify each label and control manually, weeding ...
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 ...