wpftoolkit
wpftoolkit copied to clipboard
All the controls missing in WPF. Over 1 million downloads.
I have WPF Window included DockingManager, after update to 4.5.0 version Window.InputBindings section with KeyBinding elemets stop working. Before update press key on keyboard simply executes binding command from InputBindings...
I would like a `CheckListBox` that stacks items vertically until the space is exhausted, and then continues at the top-right. For example, I can do the following with a plain...
Validation is done correctly on the first page of a wizard the first time it is displayed. If you then go to the next page no validation is displayed on...
Found this leak when update from 4.0.1 to 4.5.0. I looked at the code and found added some event in version 4.4.0 for this element. If you open and then...
Hello, I trying to access the PART_TextBox, So when I click the tab button on the date to go next date part gets null.
Hello everybody. We are using the Extended.Wpf.Toolkit 4.5.0 into a WPF .NET 6.0 project that also uses the MaterialDesignThemes 4.9.0. The PropertyGrid control works fine except its styling. We most...
I'm glad to see such an excellent framework,  How to change the style of the arrow point? For example, I want to change its shape and transparency
When the user is editing a NumericUpDown, every keystroke raises a ValueChanged event. This is not ideal when it's linked to something that you don't want changed more frequently than...
Whoever uploaded the most recent build, the ZIP file is corrupt and cannot be opened. I've attempted to grab the files individually, but a few hours into the process it...
When I use this method the MessageBox shows perfectly except there is no image shown. This is my code: ```csharp Xceed.Wpf.Toolkit.MessageBox.Show( "My message", "My caption", MessageBoxButton.OKCancel, MessageBoxImage.Error, MessageBoxResult.Cancel); ``` This...