-
With the release of Xaml Islands for Windows App SDK - how to use WinUI 3 Controls in a WPF app? I am stuck with a It is documented, how to use Windows App SDK features like ResourceManager (https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/wpf-plus-winappsdk), but all search for xaml islands leads to the old Community Toolkit documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I had posted a test sample (WPF_XAML_Islands_WinUI3) |
Beta Was this translation helpful? Give feedback.
-
As a reference, this is the C++ sample. |
Beta Was this translation helpful? Give feedback.
-
Microsoft.Toolkit.Win32 has a XAML Control WindowsXamlHost to host a UWP Control inside WPF or Winforms projects. It acts as a convenience wrapper around |
Beta Was this translation helpful? Give feedback.
I had posted a test sample (WPF_XAML_Islands_WinUI3)