Is it possible to take a control that is created in the Mainwindow and when switching views… make its zindex topmost to display over top of the view?
I tried playing with ZIndex but had no luck.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ZIndex is a Canvas property, so it won’t work for other panel types like Grid, etc. If you need it to appear on top, you could have the control inherit from or placed inside a
Popup.Alternatively, if you add it at the very bottom of the main window’s XAML, then it should render on top.