Replies: 3 comments
-
Thanks for submitting a new feature request! I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
-
We have a branch that has that (https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/winui), but it's definitely not fully supported yet. You can play around with it and the build system should just work. |
Beta Was this translation helpful? Give feedback.
-
I've created a WinUI3 milestone for us to track any work that has a dependency on WinUI. |
Beta Was this translation helpful? Give feedback.
-
See the Preview Bits on #3295
Original Request by @ranjeshj:
Info from Toolkit Team
WinUI3 changes the default namespace of all components from
Windows.UI.Xaml
toMicrosoft.UI.Xaml
, this means all libraries also need to reference WinUI 3 to share the base components as building blocks for the UI Stack (like DependencyObject, FrameworkElement, UIElement, etc...).In order for the Windows Community Toolkit to be compatible, we need to adopt not only our own components but ensure any UI dependencies we have adopt WinUI 3 as well.
Beta Was this translation helpful? Give feedback.
All reactions