New Post: Styling inline buttons for Windows 8
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Issue: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleCreated Issue: DecimalUpDown: Parsing exceptions [20455]
From discussion 447813----------------1) DecimalUpDown with range -x to x, i.e. -100 to 100. If you type in a negative number, the first keystroke '-' generates a FormatException.
View ArticleCreated Feature: DecimalUpDown: Round value on increment [20456]
from discussion :https://wpftoolkit.codeplex.com/discussions/447813Maybe add an option to control the behavior.------------3) This may just be a personnal preference, but if you have a DecimalUpDown...
View ArticleNew Post: DecimalUpDown issues
The following issue/feature has been created based on this discussion:` 1) http://wpftoolkit.codeplex.com/workitem/20455 3)http://wpftoolkit.codeplex.com/workitem/20456
View ArticleUpdated Wiki: Documentation
ControlsAutoSelectTextBoxAvalonDockBusyIndicatorButtonSpinnerCalculatorCalculatorUpDownCheckComboBoxCheckListBoxChildWindowCollectionEditorCollectionControlDialogColorCanvasColorPickerDataGridDateTimeP...
View ArticleClosed Unassigned: broken link - codepex web page [19902]
within URL: http://wpftoolkit.codeplex.com/documentationThe following text + url link exists===Installation using NuGet 1.Install NuGet (can be downloaded for this link). This link is...
View ArticleCommented Issue: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleCommented Issue: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleClosed Issue: RichTextBox throws System.FormatException [19857]
With version 2.0, I can no longer initialize a RichTextBox control. I'm probably missing some change to the control, but I cannot see what. It throws a System.FormatException when it needs only to...
View ArticleNew Post: How to change dynamically in code readonly property of a...
It does not work as I expected. it changes all member items prop. just as this post descripts.http://stackoverflow.com/questions/19640823/dynamically-set-readonly-attribute-of-properties-in-a-propertygrid
View ArticleCommented Unassigned: DateTimePicker select date bug [20441]
When I try to use DateTimePicker from Extended Wpf Toolkit I found this strange behaviour.If I set up time any value differs from 0:00 and then try to select day in the next...
View ArticleUpdated Wiki: Home
Update: New version 2.1 coming in early January 2013. Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF...
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleNew Post: MVVM (Ribbon) Crud Operations Problem
Hi there, I used the Datagrid previously and successfully in a standard WPF App. Now I'm about to switch to the Ribbon for WPF and hence to the MVVM pattern. Now I'm stuck finding the right way to...
View ArticleCommented Unassigned: PropertyGrid validation issue [19930]
When PropertyGrid.SelectedObject assigned to object having not valid values (with use IDataErrorInfo) then no red border appears, but tooltip with error message works. Property items gets highlighted...
View ArticleCommented Unassigned: PropertyGrid validation issue [19930]
When PropertyGrid.SelectedObject assigned to object having not valid values (with use IDataErrorInfo) then no red border appears, but tooltip with error message works. Property items gets highlighted...
View ArticleNew Post: Turning off alternating rows in Data Grid
I'm trying to turn off the alternating lines. I tried setting AlternationCount="0" but that had no effect. In fact I think AlternationCount is ignored as setting it to "3" still gave every other line...
View ArticleNew Post: Collections-Support?
Hello :) I downloaded the v2.1 The .net 4 version is OK, but there seems to be something wrong with the 3.5-version. There are many classes missing in the PropertyGrid-namespace. Unfortunately I have...
View ArticleNew Post: Turning off alternating rows in Data Grid
Hi, The DataGrid can use a TableView or a TableflowView, default is TableflowView. The TableView and TableflowView have a property called "IsAlternatingRowStyleEnabled". By default,...
View Article