pglazkov / MvvmValidation

Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
MIT License
167 stars 31 forks source link

How to validation item in collections ? #20

Open GF-Huang opened 5 years ago

GF-Huang commented 5 years ago

Hello, I have a ListView that binding to a ObservableCollection<string>, it display each string by a TextBox via its ItemTemplate, how can I validation each TextBox ?