WinUIEx icon indicating copy to clipboard operation
WinUIEx copied to clipboard

WinUI Extensions

Results 31 WinUIEx issues
Sort by recently updated
recently updated
newest added

Love the easy to use backdrops! By default (without any changes), they are not 1:1 the same as the backdrop Acrylic/Mica brushes used in windows and shell. This requires devs...

This is the same issue as in https://github.com/microsoft/microsoft-ui-xaml/issues/6353 This code: ```csharp IntPtr hWnd = WindowNative.GetWindowHandle(this); WindowId wndId = Microsoft.UI.Win32Interop.GetWindowIdFromWindow(hWnd); var win = AppWindow.GetFromWindowId(wndId); ``` works in the (unpackaged) application, but...

Hi DotMorten, I really appreciate your nuget package, it makes many things around windows a lot easier. Today I tried V 1.8.0 and found an issue with ElementTheme Binding on...

In 1.2, WinAppSDK is going to provide the fallback for background when mica/acrylic isn't supported: https://github.com/microsoft/WindowsAppSDK/issues/2637 This means WinUIEx can remove the workaround for that once 1.2 ships: https://github.com/dotMorten/WinUIEx/blob/ce3b8d6d270b8124c4f16acc00b694fbc3d2dd9e/src/WinUIEx/WindowManager.Backdrop.cs#L73-L105

enhancement

Hi dotMorten, First, we greatly appreciate the SplashScreen feature of this project. We wanted to know if it's possible to suppress Activating the window from the splash screen. There's some...

With a 256x256 .ico, AppWindow.SetIcon results in a sharp taskbar icon while setting TaskBarIcon in XAML or with Icon.FromFile results in a blurry icon. Could the 16x16 dimensions provided below...

bug
help wanted

Hi! I started learning a bit of Maui and got stuck with the idea of creating a splash screen worth start debugging. Alas it seem to be a bit complicated...

documentation
help wanted
question

Thanks for creating this incredibly useful project A really useful feature missing from WinUI 3 is window background transparency. It would be very useful if you could add support for...

enhancement
help wanted

Per https://github.com/microsoft/TemplateStudio/issues/4529#issuecomment-1166589303, when comparing WindowEx vs. Window extensions, it appeared that WindowEx on its own was less capable than the extensions. Intellisense and the documentation didn't help me discover that...

enhancement