I want to validate a ListBox: the user must select at least 2 items. The SelectedItems property doesn't support binding. So what now?
I miss the good old days when WinForms and ASP.NET controls had validation events, buttons had the CausesValidation property, etc...