-
# Proposal: `ThousandIslands` Window
### TL/DR
This is about **hosting Win32 Islands** like WinForms, WPF, ActiveX, ATL, MFC **inside a WinUI3 application**.
## Primer
#### About "Modernize your…
-
Using RNW 0.65.7
react-native-xaml defines a JsiHostObject (`XamlObject`)
The hostobject `get` method takes a `PropertyId` value. The method impl for XamlObject converts the property ID to `std::s…
-
My App.xaml file contains the following:
```
…
-
## localize is not working in our app
We use strings in dictionnary and all elements are refreshed into the new strings when we change the dictionnary but not the datagrid headers (not mahapps) and…
-
I'm trying to write a converter to convert a [text selection](https://learn.microsoft.com/en-us/dotnet/api/system.windows.documents.textrange) from [`FlowDocument`](https://learn.microsoft.com/en-us/d…
-
### Description
I have 2 images based that need to change based on a theme in xaml but it dosen't seem to work :
usage:
``
C#:
```
public string LightImage { get; …
-
### Describe the bug
```xml
```
```idl
[default_interface]
runtimeclass MainPage : Windows.UI.Xaml.Controls.Page
{
MainPage();
Boolean Show{ get; };
}
`…
-
### Description
This happening on any platform but the behaivor is different.
On iOS/Mac, it causes the border control fill the screen.
On Android/Windows the content does not appear.
Any platfo…
-
### Description
I've noticed that, on iOS, there is extra space to the right of items in a collection view with an horizontal grid layout.
These two collections have equivalent items sources that ha…
-
### Description
Is it possible to add an svg to the image source of a XAML button?
### Basic Information
- Platform: All
### Reproduction Link / Code
`
…