WindowsCommunityToolkit icon indicating copy to clipboard operation
WindowsCommunityToolkit copied to clipboard

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / W...

Results 216 WindowsCommunityToolkit issues
Sort by recently updated
recently updated
newest added

### Describe the bug In Release mode TokenizingTextBox Text property cannot be set from code behind or with x:Bind. In Debug mode everything works as expected. ### Regression _No response_...

bug :bug:
controls :control_knobs:

## Describe the bug Looks like [`NetworkConnectionStateTrigger`](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Triggers/NetworkConnectionStateTrigger.cs) is using a private copy of WeakEventListener, it's identical to the one we already have in the Toolkit, so we should update the...

bug :bug:
help wanted
improvements :sparkles:
Hacktoberfest
good first issue

## Fixes #3243 This PR pulls in the changes from #4546, and cleans up a significant amount of plumbing that isn't needed. All unit tests are passing, and new tests...

improvements :sparkles:
feature request :mailbox_with_mail:
for-review :book:

### Describe the bug Moving the mouse over the table headers on a DataGrid will cause an event handler leak, resulting in a Memoryleak on the control ### Regression _No...

bug :bug:
DataGrid :capital_abcd:

## Fixes #4595 This PR fixes an issue where expression nodes created with custom param names were incorrectly cleared during internal cleanup. The bug was introduced in #4183. The fix...

bug :bug:
animations :izakaya_lantern:
for-review :book:
hotfix 🌶

## Related to #4059 ## PR Type What kind of change does this PR introduce? The OnEventAction used in NetworkConnectionStateTrigger was capturing `this` to attach the event. This PR makes...

for-review :book:
hotfix 🌶

### Describe the problem There are two urls: https://file.xunkong.cc/genshin/talent/UI_Talent_S_Shougun_06.png https://file.xunkong.cc/genshin/talent/UI_Talent_U_Shougun_02.png When I cache them via FileCache, they are treated as the same file because the default hash algorithm is too...

bug :bug:
helpers :raised_hand:
feature request :mailbox_with_mail:

### Describe the bug Having an `TokenizingTextBox` in WinUI crashes the app. The same code works well in UWP. ``` ``` ![designme_cKfgF05iK0yAw-5qW7Uzmg](https://user-images.githubusercontent.com/5918681/191417062-83c6f431-87e0-4c45-b368-d5bc8af6b2c0.jpg) ### Regression _No response_ ### Reproducible in sample...

bug :bug:
needs triage :mag:

## Fixes #4768 Change `CacheBase.GetCacheFileName` to virtual method, letting developer can custom cache file name. ## PR Type What kind of change does this PR introduce? Feature ## What is...

### Describe the bug The back button is not behaving as expected when you're on Details only view. ### Regression _No response_ ### Reproducible in sample app? - [ ]...

bug :bug:
needs triage :mag: