Feature: remove WinuiEx dependency (when possible)
See original GitHub issueWhat feature or improvement do you think would benefit Files?
Mica is now (easily) available in the latest WASDK.
Requirements
Pretty UI? 😃
Files Version
2.4.71
Windows Version
Windows 11
Comments
<Window x:Class="MyApp.MainWindow">
<Window.SystemBackdrop>
<MicaBackdrop MicaKind="BaseAlt"/>
</Window.SystemBackdrop>
</Window>
I’ve heard there were issues with v1.3.0, so you might want to go up to 1.3.1
Issue Analytics
- State:
- Created 4 months ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Is it possible to remove dependency on "Microsoft.UI.Xaml. ...
Description of the new feature / enhancement. I am trying to install it on fresh pc after removing all the UWP apps using...
Read more >Dependency properties overview - UWP applications
A dependency property represents or supports a specific feature of the programming model for defining a Windows Runtime app with XAML for UI...
Read more >Proposal: Make `Window` inherit from DependencyObject ...
Proposal: The Window class should inherit from DependencyObject. Summary. One of the most annoying things about the Window class today, ...
Read more >FrameworkElement.SetBinding(DependencyProperty ...
Calling the SetBinding method and passing in a new Binding object won't necessarily remove an existing binding. Instead, you should first call the ......
Read more >Identity, Registration and Activation of Non-packaged Win32 ...
The uninstall workflow of a Sparse Package points the user to the uninstaller of the application that registered the package and while ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If it is the issue, can you rename the title to ‘Feature: Remove WinUIEx reference’? I saw the code of WinUIEx, we can implement natively.
Thank you for your feedback, removing dependencies is a goal for many projects including Files. In this case we’re still using WinUIEx to make it easier to implement certain features but we’ll definitely remove it once it’s no longer required.