Relative Content

Tag Archive for c#.netwpfmvvm

Validation gets lost on tab change

I am using a tab control to group different input fields like text boxes. I am validating the user input of those text boxes via IDataErrorInfo in my view model.