Results 25 comments of minami_SC

Hi, @ORRNY66 Thanks for the feedback, and sorry for responding so late. RevealBrush needs `fw:PointerTracker.Enabled="True"` attached property in a parent panel. Please add following properties to the parent panel. *...

Hi, @ORRNY66! Looks, great:sparkles: Currently, FluentWPF doesn't has ListView's reveal style. After a while, I've planned to refine some reveal styles for Button, ListBox, ListView, and so on. Ofcource, PR...

Hi, @nima70 Sorry for responding so late. I couldn't reproduce it. Please tell me more information. By the way, FluentWPF needs some ResourceDictionaries. (See also [preparation](https://github.com/sourcechord/FluentWPF#preparation)) If you use FluentWPF...

Hi, @DHitchenUK Sorry for replying so late. Thanks for the information. I recognized your reporting issue. I'm inspecting the behavior of FluentWPF in Windows10 19H1, and trying to fix it....

Hi, @DHitchenUK Maybe, it is same as riverar/sample-win32-acrylicblur#2 FluentWPF uses undocumented Win32API(SetWindowCompositionAttribute method). The reported behavior is caused by the change in the behavior of that API. It seems that...

Hi, @Armin2208 Thanks for the information. I fixed it in FluentWPF v0.8.0-alpha004 Please try it.

I'm glad to hear that. I'll close this issue. If you have any problems, please reopen this issue.

Hi there. I restored acrylic blur effect in [FluentWPF 0.10.0-alpha001](https://github.com/sourcechord/FluentWPF/releases/tag/0.10.0-alpha001): this is pre-release packages. Windows10 still has laggy behavior with ACRYLICBLURBEHIND. But we can avoid laggy behavior by disabling acrylic...

Hi @NotARobot6969 This is the intended behavior. There are two types of blur effect; * ACCENT_ENABLE_ACRYLICBLURBEHIND: Hard blur that is same as UWP's acrylic effect * ACCENT_ENABLE_BLURBEHIND: Soft blur ACCENT_ENABLE_ACRYLICBLURBEHIND...

According to the uploaded movie, the background of the window doesn't seems to have enough texture. It is difficult to recognize the blur effect. Could you show the window on...