wpftoolkit
wpftoolkit copied to clipboard
All the controls missing in WPF. Over 1 million downloads.
We are using the component with the current version of 3.4.0 to support our requirements. Now, we want to migrate our code to v 3.8.0 (using the code (https://github.com/xceedsoftware/wpftoolkit/archive/refs/tags/3.8.0.zip). We...
Hi, I am using the wpf extended toolkit 3.6 color picker and I have noticed the following: If I select a color from the advanced tab, the r, g, b...
I get the error message "This package may not be fully compatible with your project" after migrating from net472 to net5 (Toolkit version 4.0.1) ... is it planned to also...
How can I set Border.CornerRadius for my MessageBox?
``` class Foo { public ObservableCollection Stuff {get;} = new(); } ``` This is a standard, idiomatic way to set up collections in C#. But when attempting to edit one...
Consider the following test class, for configuring a hypothetical CSV-based database: ``` using System.ComponentModel; namespace MyProject { public class CsvConfigurator : DbConnectionStringBuilder, INotifyPropertyChanged { public CsvConfigurator() { } public CsvConfigurator(string...
I have already ordered my properties in a logical manner in my class declarations, having to add `PropertyOrder(n)` to each one, and then update large sections of them every time...
Hi developers, a question: is it possible, in a PropertyGrid, to display the **_Description attribute_** of an Enum in the ComboBoxitems instead of displaying the name? ``` public enum ExampleEnum...
I create 2-3 ChildWindow in my WPF application, after a while I cannot select one window, move it, close it. The rest of the windows are working properly. What could...
Xceed.WPF.Toolkit version 4.1.0 Little background, I'm working on a WPF desktop application that displays structs from a DLL and the user is able to change properties in those structs and...