-
### Describe the bug
My app is an unpackaged self contained c# desktop app that can support multiple windows. Each window can display an about box, implemented as a pop up content dialog. When the us…
-
### Describe the bug
When a NuGet package includes additional files in the lib folder, these files are not copied to the OutputPath of a Packaged WinUI 3 application, but additional files in the lib …
-
### Describe the bug
There are two GridSplitter for winui3 that we can use now. first come from CommunityToolkit.WinUI.Controls.Sizer NuGet package. this GridSplitter will throw an unhandled exceptio…
zou-z updated
1 month ago
-
**Describe the bug**
Single-project MSIX Packaging apps do not load external ResourceDictionaries when using Debug configuration
**Steps to reproduce the bug**
1. Create a new '[Experimenta…
-
### Describe the bug
`Windows.UI.ViewManagement.UISettings.ColorValueChanged` does not trigger when changing dark/light mode in system settings with WinUI3 (packaged) app under windows 10.
**UW…
-
### Describe the bug
Hi there I have a background task that will read .NET Channels message and generate ToastContentBuilder() based on that.
However, I notice some random occurrence of System.Acc…
-
### Describe the bug
An instance of a subclass of the WinUI3 DataGrid does render.
A demo project is provided here: https://github.com/baskren/DataGrid_Subclass
Screenshot (WCT.DataGrid on le…
-
### Describe the bug
I have a simple canvas, and I've added a Path/PathGeometry. If I set the PathGeometry's Transform instance to a new TranslateTransform, the shape does not appear. After some expe…
-
Please bring the ability of themes to winforms every other platform has it but WinForms.
We should be able to set the theme on startup and change it on the fly with a listener.
Should be somet…
-
### Description
When i add override method CreateWindow to set title of window
```cs
public partial class App : Application
{
public App()
{
InitializeComponent();
Ma…