WpfExtendedToolkit icon indicating copy to clipboard operation
WpfExtendedToolkit copied to clipboard

A OpenSource Updated fork of https://github.com/xceedsoftware/wpftoolkit

Results 16 WpfExtendedToolkit issues
Sort by recently updated
recently updated
newest added

Each IntegerUpDown control I use has this error for the FormatString, Value, Increment, and Maximum elements. The errors started with I transitioned a project from the old csproj format to...

Hello, I have a problem with the MaskTextBox control. The control does not work if the mask starts with a > or < character. I found out that the problem...

When an application is built using `net7.0-windows` target framework, only a single property is displayed for expandable objects when the "Categorized" option is chosen. All properties are correctly displayed when...

I use the ColorPicker controls throughout my code. In a handful of places, the colorpicker's tabs are unclickable. If I try to click on the standard tab or the advanced...

I have a view model that exposes a property which is bound to the `Value` property of a DoubleUpDown control. In some scenarios this view model can be null, which...

NuGet says this package is compatible with .Net 6 but I cannot get it to compile (VS2022). If a take a successful .Net 5 project and simply change the Target...

Hi there, I experienced the date picker being non-persistent when first picking a date and changing time afterwards. See the gif : ) ![Date-jumps-back](https://user-images.githubusercontent.com/67101763/186415162-7fe922c4-3d15-4aa7-941d-46ef63c79ae9.gif) Best regards. PS: Used nuget version...

Hello Is it possible to group the same item into multiple groups with the DataGrid? For example, if a person works on multiple projects I'd like him shown in all...

Hi, I faced an issue when I enter invalid TimeSpan values on TimeSpanUpDown control. E.g. exceptions occur when I remove one of the separator colon (":") or if I enter...

Hello, It seems like the FieldName property does not support dictionary indexers, as it throws an exception. ``` ``` The exception occurs in DataItemTypeDescriptionProvider.cs line 35 : System.ArgumentException: 'instance'