wpftoolkit
wpftoolkit copied to clipboard
All the controls missing in WPF. Over 1 million downloads.
``` System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32...
Hello, I am having difficulty using AvalonDock control, which is part of Extended.Wpf.Toolkit version 3.8.1. I put DataGrid in content of LayoutAnchorable tab. And I can't use filtering for DataGrid,...
I have noticed a memory leak in my code I used Ants memory profiler to see where is the memory leak coming from the only operation I'm doing is switching...
[A commit on Nov 26](https://github.com/xceedsoftware/wpftoolkit/commit/32c71eb1e7c83812bdb1dc99a7efee018321c6d5#diff-53e892b8b41cc4caece1cfd5ef21d6e7), part of the v3.7 release, replaced the MS-PL license with the Xceed Software, Inc Community License Agreement (for non-commercial use). This blocks myself, and probably...
The MultiLineTextEditor does not collapse to a single line when the content has multiple lines.
Hi there. I'm trying to use and test the AvalonDock. I've DockingManager with LayoutDocumentPaneGroup contains LayoutDocumentPane. # Steps to produce 1- Open more than 40 documents. 2- Make one Float....
My question is based on [How to set a restriction to WPF IntegerUpDown toolkit?](https://stackoverflow.com/questions/66804384/how-to-set-a-restriction-to-wpf-integerupdown-toolkit/66805258#66805258) that I've posted a while ago. I have two WPF `IntegerUpdown `controls, one represents the maximum...
If ColorPicker has many colors then some colors are not visible. 
luldek[CodePlex] I have datetimepicker with such formatstring: dd.MM.yyyy HH:mm:ss if i place click with mouse on minutes, both minute digits get selected. If I then press a digit, datetimepicker selects...
Hello, Is there a plan to multitarget to netcoreapp3.0 as well?