ModernWpf
ModernWpf copied to clipboard
Acrylic backdrop will cause LayoutUpdated event to be infinitely raised
Title says it all, when using the acrylic backdrop on a window, LayoutUpdated event will be raised infinitely until window is closed. @wherewhere
But I don't know how to fix it🤣.
Hi! Sorry to hear that.
Here's another project forked on this one, and the problem might be fixed there.
https://github.com/InkoreStudios/UI.WPF.Modern
If you like that, pls give me a star ⭐. Thank you
Thanks for the heads-up, issue seams to be fixed indeed. If you're looking for an adventure @NotYoojun we're still trying to figure out how to fix the issue with ComboBox where the autoscroll on ComboBox opening fails to stop on the selected item. https://github.com/wherewhere/ModernWpf/issues/21
In my computer even the new version still has this problem. It is caused by the customized window style, not the mica actually. So later I'll check it carefully when I'm available.
If you want to commit your code, I recommend to move to my repo, which is listed above, there's only difference in the namespaces, so you can move easily.
Thanks :)