-
### Environment
- Target Platform Version(s): 10.0.18362
- Target Device(s): Desktop
- Visual Studio Version: Visual Studio 2019
- Build Configuration: Release
### Steps to Reproduce
1. Open…
htpiv updated
1 month ago
-
-
# 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…
-
**Visual Studio Version**: 16.4.0 Preview 2
**Summary**:
When a .NET Core 3.0 WPF/WinForms project references Xaml Islands the up-to-date check does not detect changes in the UWP projects.
**St…
-
## Environment
Run the following in your terminal and copy the results here.
1. `npx react-native --version`: 4.14.0
2. `npx react-native info`:
```
System:
OS: Windows 10 10.0.22000
CPU:…
-
### Problem Description
This bug probably belongs in microsoft/microsoft-ui-xaml, but there seems to be an issue with native pointer capture in TouchEventHandler when dealing with popup content (eith…
-
### Describe the bug
Attempted to use the custom WinUI controls in the WPF application, but encountered a COM exception. I have included a sample, a screenshot for your reference.
[WPF_XAML_Islands_…
-
**Steps to reproduce the bug**
In a XAML Islands application, create a `ComboBox` in a `ScrollViewer`:
```xaml
…
-
### Problem Description
There are at least two callsites that assume that the XamlRoot Size or the ActualSize of the XamlRoot::Content matches the size of the XAML Islands HWND:
- https://github.c…
-
### Describe the bug
When using XAML Islands, ContentDialogs do not handle window size changes very well. This isn't a very good user experience. From my testing, ContentDialogs created programatical…