XamlIslands icon indicating copy to clipboard operation
XamlIslands copied to clipboard

Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.

Results 8 XamlIslands issues
Sort by recently updated
recently updated
newest added

The example tries to show me how to wrap window behavior in a class, which I already know how to and I already did in my code base: I'm trying...

The Win32DesktopApp sample is great at getting us started with a Xaml app, but our app is failing the accessibility test (via the Accessibility Insights tool). I tested the sample...

I'm assuming we should be using CsWinRT when accessing UWP APIs from WPF .Net 5. That said, it doesn't look like XAML Islands are supported yet (not sure since there...

I am trying to submit an App built using XAML ISLAND based WPF .Net Core 3.1 App. However, the package is failing with: WAP_3.20.1.0_x64_bundle.msixupload121.2 MB Package acceptance validation error: You...

I'm new to XamlIslands and found this set of samples so I downloaded them and opened the CppWinRT_Win32_App solution using my VS 2019 version 16.7.4. I set the config to...

I have tried steps mentioned here for creating wpf project not a bit of luck, ![image](https://user-images.githubusercontent.com/50738516/66465234-18019500-ea9e-11e9-897c-0beb0517628b.png)

I'm trying to build a similar app to the Winforms on netcore3.0 example. Unfortunately I can't get it to work following the steps in https://github.com/marb2000/XamlIslands/blob/master/1903_Samples/WnForms_and_WPF_Readme.md, even though this seems to...