Skip to content

Add Drawer Always In Top Feature. #2679

Closed Answered by Keboo
phuonglamVinaTakeuchi asked this question in Q&A
Discussion options

You must be logged in to vote

The Z-order of the DrawerHost and DialogHost can be controlled within your application. There are likely two things going on here. First, by default the DialogHost puts its contents inside of a Popup control, this means that the dialog itself is outside of the window and will always be on top (this has the benefit of the Dialog's content being able to be larger than the hosting window). However, if you would prefer to have the dialog contained within the window, there is a second style MaterialDesignEmbeddedDialogHost that you can use. This will put the dialog as part of your window's visual tree (allowing other things to be on top of it), but comes with the restriction that your dialog c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ElieTaillard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2609 on May 09, 2022 09:32.