Make ComboBox Border red if item is not yet selected
I’m new to C# and WPFs, and honestly just started learning on my own this week. I’m trying to make a drop down menu that highlights red (signaling that this field is required) until an item is selected. I don’t have an item on the list that’s empty per se, but the default state is a blank option. Once one item is selected, you cannot reach the blank option again.