Updated Wiki: Home
June 17, 2014 update: Released v2.2.1 with bug fixes and lowered the price of the Plus Edition to $99.95 until Aug. 30, 2014. Please support the project. On June 2, 2014, released v2.2.0 with 2 new...
View ArticleUpdated Wiki: Advanced DataGrid
Advanced DataGrid The normal datagrid included in both the Community and Plus Edition of Extended WPF Toolkit is a rock-solid, high performance product with zero-lag data virtualization, the ability to...
View ArticleUpdated Wiki: Advanced DataGrid
Advanced DataGrid The normal datagrid included in both the Community and Plus Edition of Extended WPF Toolkit is a rock-solid, high performance product with zero-lag data virtualization, the ability to...
View ArticleUpdated Wiki: Home
June 17, 2014 update: Released v2.2.1 with bug fixes and lowered the price of the Plus Edition to $99.95 until Aug. 30, 2014. Please support the project. On June 2, 2014, released v2.2.0 with 2 new...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus Edition is one release ahead, adds additional...
View ArticleUpdated Wiki: PropertyGrid Plus
PropertyGrid Plus Derives from ControlA version of the PropertyGrid with 13 additional Features:1) Custom PropertiesCreate PropertyItems by specifying their characteristics (DisplayName, Value,...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus Edition is one release ahead, adds additional...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus Edition is one release ahead, adds additional...
View ArticleUpdated Wiki: DataGrid
DataGrid The datagrid included in Extended WPF Toolkit provides a stunning, shaded appearance and capabilities such as inertial smooth scrolling and animated full-column reordering—which mimics the...
View ArticleNew Comment on "MessageBox"
When a Style is applied mnemonics are enabled not enabled for Yes/No/Cancel/Ok/Etc... Do you know what we can do in XAML to fix this?
View ArticleNew Comment on "TimeSpanUpDown"
Hello, how can i set the format for this. I would like to show the milliseconds Also.
View ArticleNew Comment on "RichTextBox"
If you want a custom formatter with DataFormatters.XamlPackage: public class XamlPackageFormatter : ITextFormatter { public string GetText(System.Windows.Documents.FlowDocument document) { TextRange...
View ArticleNew Comment on "DateTimeUpDown"
I am using a DateTimeUpDown control in my project and have found the following issue: Select an item in the editable portion of the control, say the word January. Notice that the selected area shows a...
View ArticleNew Comment on "TimeSpanUpDown"
Hi, Please use the discussion or issue tab. Issue https://wpftoolkit.codeplex.com/workitem/21204 has been created.
View ArticleNew Comment on "PropertyGrid"
Why in the hell is the sorting so stupid ? If you want the order of the properties as they were declared in the class, you have to add and count manually a PropertySortAttribute. That means if your...
View ArticleNew Comment on "PropertyGrid"
Btw: I think beneath 80% out there sorting their properties in a model in the order they should appear. So, 80% have to do something special shit, just to get something what you can get if you order...
View ArticleNew Comment on "PropertyGrid"
An additional comment, cause i did not have the time to explain the expected behaviour in detail, in my previous post: If you have a look at the Windows.Forms PropertyGrid, you can see, how the user...
View ArticleNew Comment on "PropertyGrid"
Hi mb2342, I understand your reflexion on not having unsorted properties in the propertyGrid, but you should be respectful and not do any presumptions. We continue to develop the toolkit and add...
View ArticleNew Comment on "BusyIndicator"
I would like to know how other seem to be able to get this control to work? I've followed the instructions to the letter, and it doesnt work. I keep getting an error - "xctk:BusyIndicator was not...
View ArticleNew Comment on "MaskedTextBox"
Hi, everyone. How can i set mask with different number of digits.I mean if i want to input to textbox "4-5" i should write `<xx:MaskedTextBox Mask="0-0"/>`,else if i want to input "14-15", then i...
View Article