Is there a way to display validation errors (using Validation.Errors attached property) in the same layer as the control with the invalid value while using the Validation class?
What I want is to display errors beneath the control with the invalid value. But the error text should not overlap other controls, so the error text must be in the same layer as the control, or not?
Best Regards, Jesper