We have a Prism/WPF application and are using an expander to animate a menu.
When the expander expands, the content is rendered behind the main region's content.
The menu is in a different region than the content it is supposed to overlay (since the menu governs what items go into that region) which is why this is occurring. We have tried setting the Z-Index of the ContentControls to no avail.