Replies: 3 comments 14 replies
-
Using WinUI 3 in any Non-WinUI 3 App (i.e WinUI2, MFC. WinForm. WPF, raw Win32 , custom controls etc) will require "WinUI 3 Xaml Island" feature.
currently there is no "WinUI 3 Xaml Island" support. it's on their roadmap. there is "WinUI 2 Xaml Island" available, which is what Windows Terminal uses. |
Beta Was this translation helpful? Give feedback.
-
It can be done with MddBootstrapInitialize but it is complicated |
Beta Was this translation helpful? Give feedback.
-
XAML Islands are supported since 1.4 release. They even work, I have just managed to view some. To run them in MFC environment you cannot use
Making islands is the same as WinUI 2 except some minor changes in DesktopWindowXamlSource |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to use WinUI3 controls in a MFC control or window in an existing MFC application?
If yes, where I can I find documentations or samples about this ?
I only found doc and sample to use WinRT controls in a MFC control using Xaml Islands.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions