Open daserge opened 11 years ago
I'm not understanding this. Is your AppBar sticky?
I use bottom AppBar and get situation like this: I think that AppBar should not be active when CustomDialog is open. I wonder whether CustomDialog is able to be modal in this sense, or is it up to developer to handle such situations?
Or you should be able to close your app bar programmatically by using something like bottomAppBar.IsOpen = false;
Got it. Totally a bug. The dialog should dismiss. This may be a tricky one to solve with current platform support but I will take a look
Hello! AppBar is not blocked on CustomDialog opening. So you can click right mouse button and call some action. Thanks