Xaml-Island-WPF is an experimental repository demonstrating the use of XAML Islands inside a WPF application. XAML Islands allow modern WinUI XAML controls to be hosted in classic desktop applications (WPF, WinForms) to take advantage of newer UI controls.
This project is intended as a proof-of-concept and learning resource rather than a production-ready template.
- Host WinUI XAML controls inside a WPF application using XAML Islands
- Simple setup to explore interoperability between WPF and WinUI
- Windows 11 26100
- .NET SDK 10
-
Clone the repository:
git clone https://github.com/ahmadsafi24/Xaml-Island-WPF.git cd Xaml-Island-WPF -
Open the solution or project in Visual Studio (
.slnor the WPF project file). -
Restore NuGet packages and build the solution.
-
Set the WPF project as the startup project and run (F5).
Contributions are welcome.
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-change) - Commit your changes and push the branch
- Open a pull request describing the change

