Released: Extended WPF Toolkit - 2.0.0 (May 21, 2013)
What's new in the 2.0.0 Community Edition?Improvements and bug fixesAnother 67 improvements were made for v2.0.0 Community Edition, including some new controls, almost as many as last releases'...
View ArticleUpdated Release: Extended WPF Toolkit - 2.0.0 (May 21, 2013)
What's new in the 2.0.0 Community Edition?Improvements and bug fixesAnother 67 improvements were made for v2.0.0 Community Edition, including some new controls, almost as many as last releases'...
View ArticleCommented Unassigned: [IntegerUpDown] InvalidOperationException thrown on...
If you double-click on an IntegerUpDown when it is disabled, it will throw an InvalidOperationException stating: 'EditItem' is not allowed for this view.Steps:1. On an IntegerUpDown control in XAML,...
View ArticleCommented Unassigned: [IntegerUpDown] InvalidOperationException thrown on...
If you double-click on an IntegerUpDown when it is disabled, it will throw an InvalidOperationException stating: 'EditItem' is not allowed for this view.Steps:1. On an IntegerUpDown control in XAML,...
View ArticleClosed Unassigned: [IntegerUpDown] InvalidOperationException thrown on...
If you double-click on an IntegerUpDown when it is disabled, it will throw an InvalidOperationException stating: 'EditItem' is not allowed for this view.Steps:1. On an IntegerUpDown control in XAML,...
View ArticleUpdated Wiki: ChildWindow
ChildWindow Starting with version 2.0, ChildWindow (and MessageBox) is derived from WindowControl and no longer manages its parent’s background or the positioning of itself based on its parent’s size....
View ArticleUpdated Wiki: ChildWindow
ChildWindow Starting with version 2.0, ChildWindow (and MessageBox) is derived from WindowControl and no longer manages its parent’s background or the positioning of itself based on its parent’s size....
View ArticleUpdated Wiki: MessageBox
MessageBox Starting with version 2.0, MessageBox (and ChildWindow) is derived from WindowControl and no longer manages its parent’s background or the positioning of itself based on its parent’s size.A...
View ArticleNew Post: DatagridControl: Sort update on content proprety change
Hi, I am trying to get the content of my datagrid sorted on a property changed event of one of the object contained in the grid. e.g. a simple timestamp. The objects implement INotifyPropertyChanged...
View ArticleNew Post: DatagridControl: Sort update on content proprety change
Ok, I was indeed missing something ... Encapsulating my BindingList in a DataGridCollectionViewSource solved my problem !
View ArticleNew Post: Multiple fixes Patch...
I've updated my multiple fixes patch for V2.0 it contains:A WPF 4.5 Solution with Virtualisation support for PropertyGridGUID support for PropertyGridchar support for PropertyGridTimeSpan support for...
View ArticleCreated Unassigned: Issue with .Net 3.5 version [19772]
Hello,I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.So I open the sln file located in directory ExtendedWPFToolkitSolution_35 with Visual Studio 2008.When compiling, I have several...
View ArticleCommented Unassigned: Issue with .Net 3.5 version [19772]
Hello,I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.So I open the sln file located in directory ExtendedWPFToolkitSolution_35 with Visual Studio 2008.When compiling, I have several...
View ArticleCommented Unassigned: Issue with .Net 3.5 version [19772]
Hello,I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.So I open the sln file located in directory ExtendedWPFToolkitSolution_35 with Visual Studio 2008.When compiling, I have several...
View ArticleCommented Unassigned: Issue with .Net 3.5 version [19772]
Hello,I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.For my application, migrating to .Net 4.0 is, unfortunatly, not an option for historical reasons...So I open the sln file located...
View ArticleCreated Unassigned: SelectorItem in classic theme [19774]
CheckListBox and CheckComboBox have problems with the classic Windows theme when the mouse is over one of the items.The problem is that the check mark is drawn using the Foreground color in...
View ArticleCommented Unassigned: Issue with .Net 3.5 version [19772]
Hello,I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.For my application, migrating to .Net 4.0 is, unfortunatly, not an option for historical reasons...So I open the sln file located...
View ArticleClosed Unassigned: Issue with .Net 3.5 version [19772]
Hello,I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.For my application, migrating to .Net 4.0 is, unfortunatly, not an option for historical reasons...So I open the sln file located...
View ArticleUpdated Wiki: IntegerUpDown
IntegerUpDown The IntegerUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<int> values by using the spinner buttons, keyboard up/down...
View Article