Windows icon indicating copy to clipboard operation
Windows copied to clipboard

Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.

Results 247 Windows issues
Sort by recently updated
recently updated
newest added

### Describe the bug After all tokens replaced, the token will still show its PlaceholderText. ### Steps to reproduce ```text 1. Input multi tokens in the TokenizingTextBox(). 2. Ctrl +...

bug
help wanted
ux 🖌️

### Describe the bug While all tokens having different contents and the number of tokens is more than 3(including 3), select the last token and press shift. Then click the...

bug
help wanted

This PR is an attempt to fix the Codespace build failures reported in #423.

## Background GitHub Codespaces is set up with this repo so anyone can review PRs in the browser or build the toolkit via a Codespace. ## Problem Trying to create...

bug
dev loop ➰

Using the guidance in https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging, this PR disables verbose diagnostic logging in CI except when "Enable Debug Logging" is checked on a rerun.

CI/pipeline 🔬

### Describe the bug combobox的显示项异常,尝试设置 DisplayMemberPath = Key|Name|Label,都无效 ### Steps to reproduce ```text ``` ### Expected behavior 在ui层,能正常显示 ### Screenshots ![image](https://github.com/CommunityToolkit/Windows/assets/15245544/fe7b8327-cdc4-4cd7-9f04-a3c40a38df33) ### Code Platform - [ ] UWP - [X]...

Worth noting our use of [`InternalsVisibleTo`](https://github.com/search?q=repo%3ACommunityToolkit%2FWindows%20InternalsVisibleTo&type=code) are using or being used by same set of components that keep appearing in these issues-- Behaviors, Animations, Media and Extensions. If our use...

nativeaot

### Describe the bug We are using the FrameworkElementExtension.Ancestor for the ComboBox.ItemsSource binding. When we unload the ComboBox, the binding remains active, causing the SelectionChanged event to trigger after the...

## Fixes Closes #135 ## PR Type What kind of change does this PR introduce? Bugfix ## What is the current behavior? It does not work under WinUI3. ## What...

This PR: 1. Removes all usage of `InternalsVisibleTo` in components in this repo, closes #441. 2. Copies minor helpers such as `ArgumentNullExceptionExtensions`, keeping them internal. 3. Makes public any internal...

enhancement