-
# Discussion: Please stop unlisting WinUI 3 Previews on nuget.org
I don't get why you unlist the WinUI 3 packages on nuget. It prevents us from searching for the package and add it in Visual Studio…
-
Very basic. In 2019 VS Preview I added a User Control and it kept complaining about the control having a different base class. After some troubleshooting I realized that the UserControl in:
pu…
-
**Describe the bug**
When I create a project with a NavigationView and start the package in den the debug configuration everything works fine, but if I start it with the release configuration I get a…
-
We have a bunch of things in IDL files that was to support compiling in the Windows codebase. We should remove the things that aren't necessary and rename things to reduce confusion. We should:
* S…
-
I'm writing WinUI 3 desktop application. The main window consists of a `TreeView` with the names of car makes as the parent items, and car models as the children.
**My problem**: Here's the seque…
-
## Discovered in https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3569
**Describe the bug**
It looks like that the XAML codegen when binding a `TextBox` to a property from a viewm…
-
https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/xaml-styles#lightweight-styling
![image](https://user-images.githubusercontent.com/12285582/114824840-02d69680-9df8-11eb-9ddb…
-
**Describe the bug**
Binding with complex path like "{Binding Path=MyClass.Value}" does not work.
**Steps to reproduce the bug**
1. Create some class with property like following:
```
public cl…
-
# Proposal: Introduce button styles, outline, fill, and ghost
## Summary
Upon close visual analysis as part of request logged with #953 , it came to our attention that controls in WinUI appear to …
chigy updated
4 years ago
-
I'm trying to use WinUI with my CppWinRT project. I've added the dll in AppxManifest.xml as an in-process server and can succeed to initialize a control (for example SplitButton) in code.
But I can …