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 display errortemplate when I use shadowwindow #24

Closed jsrgckf closed 8 months ago

jsrgckf commented 4 years ago

I used a shadowwindow style in my project,but the errorteplate doesn't dispaly.

DMtsdt commented 4 years ago

Try placing your views inside an AdornerDecorator, solved my issue (#28).