WPF – A sample of a TextBox Style for mandatory fields with validation error management
In this blog I will illustrate how to create a style that apply to standard WPF Textbox to achieve these results: In our code, the style is contained by a ResourceDictionary, so that it can be easy used in all the App. You can find a full example in c# on github. Prerequisites To better…