Open GF-Huang opened 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 ?
ListView
ObservableCollection<string>
string
TextBox
ItemTemplate
Hello, I have a
ListView
that binding to aObservableCollection<string>
, it display eachstring
by aTextBox
via itsItemTemplate
, how can I validation eachTextBox
?