Tagged Questions

2
votes
1answer
226 views

WPF Error Styles only being rendered properly on visible tab of a tab control

I have a data object used to contain my UI data that supports INotifyPropertyChanged and IDataErrorInfo. Originally I had all of the UI controls displaying in one big WPF application and was happily …