wpftoolkit
wpftoolkit copied to clipboard
All the controls missing in WPF. Over 1 million downloads.
This line in the GetContextMenu event handler: `if( child is FrameworkElement children && children.ContextMenu != null && children.ContextMenu.IsOpen )` will not compile. I'm not sure what "children" is supposed to...
Is it possible to set the text portion of the control to 'All', or 'None' if no items are checked?
Most of the code assumes that `FormatString` is not null. If FormatString is null it starts throwing NullReferenceExceptions. Null value can be assigned if the bound property returns null. I...
HI, I'm trying to use the CheckComboBox control, I take the data from an XML file, which is present in a folder on the computer, to be exact "C:\Emergency\Configuration\Configuration.xml" I...
While looking to see if this issue was addressed, I feel like I've seen similar issues with focusing or using `Keyboard.Focus()`. However most of those caused a `NullReferenceException`. I am...
We are missing the option to disable the behavior when you select all Items and the 'SelectedContent' is All. It should be configurable if you want to display 'All', or...
I think currently there's no easy way to customize the background of up and down buttons inside the NumericUpDown control? Even if I redefine the ControlTemplate, the background still cannot...
When I enter a text in the search box, all the matching text will be highlighted. But when I clear the search box (by both enter Backspace or by clicking...
Binding from ActiveContent in XAML _(Xceed.Wpf.AvalonDock.DockingManager, ActiveContent="{Binding SelectedContent, Converter={StaticResource ActiveDocumentConverter}, Mode=TwoWay}" )_ it doesn't work(does not trigger) in the new version 4.5.22477.12540 (Xceed.Products.Wpf.Toolkit.Full) in kombination with CommunityToolkit.Mvvm 8.1.0. But in...
Hi How can i change DocumentCloseButton's style? Is there any template/style binding that i can do from DockingManager? https://github.com/xceedsoftware/wpftoolkit/blob/ad07b4dc93ae978f9a27e98f3390bcca3b81026c/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Default.xaml#L884-L892 Best regards.