Closed Insire closed 2 years ago
Ha, interesting, because: https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PopupBox.xaml#L329
I should be able to make adjust this "trick"/workaround for the dark theme so you don't see the box.
As for the positioning when used on the flyout, I'll have to do some more investigation.
I have such bug if XAML designer with PopupBox is opened in background
I got the following problem:
DefaultView (notice the slightly lighter rectangle in the middle - i call this popup for now):
Bug When i put the mouse cursor where the popup would be if i expand one of the flyouts
What i get when i expand the flyout (as expected)
I really like the MaterialDesignMultiFloatingActionAccentPopupBox, but sadly this makes it barely usable. I also noticed that the popup doesnt update if the button gets moved for example.
Example Repo