I have a WPF application that has user validation. This is rendered in the adorner layer, that appears above all other layers, according to documentation.
In the screenshot you can see that this isn't exactly what I want. I have a popup called 'Alert details' which is a ChildWindow
from the Extended WPF Toolkit. It is positioned behind the adorner layer. How can I make the popup appear in front of the adorner layer?
I already tried setting a really high Panel.ZIndex
on the ChildWindow but that doesn't make a difference.