In a previous article we talked about Triggers, in which basically we were using it for use cases when we wanted to change a control value based on a property value in the model. So instead of writing the code in our model, we do in our XAML. Converters use a similar concept, just instead […]