Tagged Questions
0
votes
2answers
865 views
WPF Validation in an ElementHost control
I've got a WinForms form that contains an ElementHost control (which contains a WPF UserControl) and a Save button.
In the WPF UserControl I've got a text box with some validation on it. Something ...