Prism: How to render one view on top of another
Posted
by Nate Noonen
on Stack Overflow
See other posts from Stack Overflow
or by Nate Noonen
Published on 2010-05-27T21:30:21Z
Indexed on
2010/05/27
21:31 UTC
Read the original article
Hit count: 170
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.
© Stack Overflow or respective owner