Can I overlay a WPF window on top of another?
I’ve worked around this problem by using a Popup rather than a transparent Window Update I ended up with a subclassed Popup which I call AirspacePopup. What AirspacePopup does Follow its PlacementTarget. Is not always-on-top, but placed relative to the Window in which it is being placed. This solution comes from Chris Cavanagh’s Blog. Is … Read more