Created Feature: "Page Down" and "Page Down" to increment NumericUpDowns [20107]
based on discussion https://wpftoolkit.codeplex.com/discussions/453897
View ArticleNew Post: Suggestion (UpDown Controls): Can you add another property like the...
Issue https://wpftoolkit.codeplex.com/workitem/20107 has been created.
View ArticleNew Post: A gray-ish area in the MessageBox.
I basically styled the MessageBox as shown here, but without the CloseButtonStyle. In the code-behind of my MainWindow.xaml, I have the following code: private void Button_Click(object sender,...
View ArticleNew Post: A gray-ish area in the MessageBox.
Hi, It is the "ButtonRegionBackground". Like the standard Window MessageBox, the region where the button "OK" is located has it's own background. Just set this "RegionBackground" to the same color as...
View ArticleCreated Unassigned: Unable to commit changes [20113]
Hello,I'm unable to commit changes that I've made.I keep receiving a Commit Failed error. I've attached a screenshot of the error.I'm using Visual Studio 2010 with VisualSVN.Thank you
View ArticleNew Post: MessageBox - Changing Style - Better or more detail please.
Just to be clear for anyone else coming across this the reference to the namespace was needed. Eg the xmlns:toolkit line...
View ArticleCreated Unassigned: PropertyGrid.EditorDefinitions Broken [20120]
Not sure how this hasn't been noticed, but EditorDefinitions no longer work in 2.0. To reproduce, take the following code and stick it in a project:__MainWindow.xaml__:```<Window...
View ArticleCommented Unassigned: PropertyGrid.EditorDefinitions Broken [20120]
Not sure how this hasn't been noticed, but EditorDefinitions no longer work in 2.0. To reproduce, take the following code and stick it in a project:__MainWindow.xaml__:```<Window...
View ArticleClosed Unassigned: PropertyGrid.EditorDefinitions Broken [20120]
Not sure how this hasn't been noticed, but EditorDefinitions no longer work in 2.0. To reproduce, take the following code and stick it in a project:__MainWindow.xaml__:```<Window...
View ArticleNew Post: PropertyGrid ExpandableObject. How to make expanded by default?
I have the same problem. The property text of the ExpandleObject doesn't update after change a child property.
View ArticleCommented Issue: Cannot select Combobox while inside a WindowContainer [19886]
I have this issue I notice that I think it has something to do with the Window Container. When I have a regular ComboBox inside a ChildWindow, it does not behave properly if that ChildWindow is placed...
View ArticleCommented Issue: Cannot select Combobox while inside a WindowContainer [19886]
I have this issue I notice that I think it has something to do with the Window Container. When I have a regular ComboBox inside a ChildWindow, it does not behave properly if that ChildWindow is placed...
View ArticleNew Comment on "MessageBox"
When The MessageBox is in a WindowContainer, use this : _messageBox.ShowMessageBox( "data", "title", MessageBoxButton.OKCancel, MessageBoxImage.Question, MessageBoxResult.OK );
View ArticleCommented Issue: CheckComboBox doesn't bind SelectedValue when placed in a...
Based on discussion https://wpftoolkit.codeplex.com/discussions/453536Comments: ** Comment from web user: wbradney ** Cool. I assume I'd need to compile from sources myself to get the fix, right?
View ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
Any idea when 2.1 will be released? Is there a place to get the latest sources?
View ArticleCommented Issue: CheckComboBox doesn't bind SelectedValue when placed in a...
Based on discussion https://wpftoolkit.codeplex.com/discussions/453536Comments: ** Comment from web user: BoucherS ** Yes.Please do it when v2.1 of the Extended toolkit will be released.
View ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
No dates have been decided for release of v2.1. Sources are available at "https://wpftoolkit.codeplex.com/" in the "SourceCode" tab (or "Downloads" tab).
View ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
Hmm. I downloaded the sources today and it seems that the fix is not in there (my sample project is still broken). The source code history on the codeplex site show the last checkin was on May 21. Am I...
View Article