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 Using the bottom shade adjuster while on the darkest shade resets the selected color to white. - [ ] Is this bug a regression in the...

bug :bug:
controls :control_knobs:
bugbash :building_construction:
In-PR :rocket:

Upon resizing the control the adaptive grid view throws argument exception. This happens when toggling the visibility of a control using the adaptive grid view. On some cases theCalculateItemWidth method...

bug :bug:
help wanted
need more info :pushpin:
controls :control_knobs:

## Describe the bug If the correct behavior of the grid-splitter is to not always follow mouse as shown in the [video](#screenshots), please close this issue. I recently created a...

bug :bug:
controls :control_knobs:

## Fixes #4489 Fixes the GitHub icon not being centered: ![Screenshot of toolbar with GitHub button](https://user-images.githubusercontent.com/16122379/154577561-6c34a5ca-b58f-4dd8-a5e9-fcbbcaf2c812.png) ## PR Type What kind of change does this PR introduce? - Bugfix, closes...

bug :bug:
sample app 🖼

### Describe the bug The GitHub icon is not centered inside the button. While this is not visible on its own, when hovering over the icon, the imbalance is visible:...

bug :bug:
sample app 🖼
In-PR :rocket:

## Describe the bug The original intent of the TokenizingTextBox was to not expose the internal collection type of `InterspersedObservableCollection`, and by providing an `ObservableCollection` to the `ItemsSource` property, a...

bug :bug:
documentation :page_with_curl:
controls :control_knobs:
introduce breaking changes :boom:

### Describe the bug As the title says: ```XAML ``` and ```XAML ``` Both of these cause the following failure when pressing backspace: ``` "System.Exception: Catastrophic failure (Exception from HRESULT:...

bug :bug:
controls :control_knobs:

## Describe the bug In a simple WinUI3 Desktop App the CommunityToolkit DataGrid Keeps crashing while scrolling or resizing the columns a few times. It feels also really lagging before...

bug :bug:
DataGrid :capital_abcd:
WinUI :diamond_shape_with_a_dot_inside:

Hello! I have the following problem: I changed hardware, installed the latest Windows updates and also updated the WCT and WinUI 2 packages, and now after starting the application in...

bug :bug:
help wanted
question :grey_question:
external :arrow_heading_up:
DataGrid :capital_abcd:
WinUI :diamond_shape_with_a_dot_inside:

## Describe the bug Some of our samples (like ListDetailsView) use custom theme resources `{ThemeResource Brush-Blue-01}` which cause problems if copied blindly. Any resources defined or used should be part...

bug :bug:
sample app 🖼
improvements :sparkles: