Yimeng Wu

Results 30 comments of Yimeng Wu

Setting `WindowChrome.IsHitTestVisibleInChrome="True" ` on the control should do the trick.

Good catch. I'll try to find a fix. Notice that you don't have to set the property on the whole title bar area, but just on the interactive controls. This...

Thanks for reporting. Unfortunately until a solution is found I guess we'll have to stick with either fade animation or without the theme shadow.

I noticed this too when implementing SplitView, and the UWP version has the same behavior. Could you also report this on the WinUI repo to see what's the rationale behind...

This is actually possible in WPF, thanks to the [x:Shared attribute](https://docs.microsoft.com/en-us/dotnet/desktop/xaml-services/xshared-attribute): ```xaml ``` ```xaml ```

If you inspect the XAML UI in Windows (e.g. Settings), each group/section usually has some bottom margin/padding. The default GroupBox style tries to mimic the group style in Settings, thus...

Thanks for the info. Personally, I embrace the unification because this library can be used in more places (e.g. Office add-ins) and doesn't look out of place.

Thank you. This doesn't seem to happen in the sample app. Could you share a repro project?

Now that we're going to have NavigationView in v0.9, it's a good time to explore the possibilities of introducing support for acrylic.

I tried scaling from 125% to 250% in Windows 10 version 1909 but wasn't able to reproduce this. Knowing your OS version would probably be helpful.