Closed Issue: Coerce exception is wrong in DoubleUpDown [20316]
DoubleUpDown OnCoerceMinimum exception message is wrong. It should be "NaN is invalid for Minimum."Comments: Fixed in v2.1.
View ArticleClosed Issue: TimePicker padding not work [20348]
when you try to change the height of DatePicker and try to change padding to modify text position to be in middle , no changed doneComments: Fixed in v2.1.
View ArticleClosed Issue: PropertyGrid binding error with SelectedObject.Name [20362]
based on https://wpftoolkit.codeplex.com/discussions/461586.When a business object have no "Name" property, a warning is thrown in PropertyGrid, searching for Selected.Name. Warning option must be turn...
View ArticleClosed Issue: DateTimeParser.GetDateParts [20389]
DateTimeParser.csMethod: GetDatePartsThis method can result in a DateTime being incorrectly parsed from the display text when the text box is selected in certain circumstances.This method splits the...
View ArticleClosed Issue: DateTimeParser.GetDateParts [20390]
DateTimeParser.csMethod: GetDatePartsThis method can result in a DateTime being incorrectly parsed from the display text when the text box is selected in certain circumstances.The method splits the...
View ArticleClosed Issue: DateTimeUpDown.TryParseDateTime [20391]
DateTimeUpDown.csMethod: TryParseDateTimeThis method can result in a DateTime being incorrectly parsed from the display text when a string representing a time is passed to the method.This method...
View ArticleClosed Issue: DateTimePicker.OnPreviewMouseUp [20403]
When selecting a date, if the AutoCloseCalendar property is true and the calendar DisplayMode is Year or Decade it is not possible to select a date using the calendar. Selecting a month or year in...
View ArticleClosed Issue: CheckComboBox ItemTemplate no longer working [20617]
The ItemTemplate property has no effect, try the simplest possible test and it will not work. DisplayMemberPath still works though. I'm assuming the ControlTemplate got messed up in recent versions....
View ArticleClosed Issue: PropertyGrid: no useful default editor for List [20624]
Based on discussion https://wpftoolkit.codeplex.com/discussions/483930.Comments: Fixed in v2.2.
View ArticleClosed Feature: ColorPicker navigation not working [20672]
Based on discussion https://wpftoolkit.codeplex.com/discussions/527359Comments: Fixed in v2.1.
View ArticleClosed Issue: How to disable auto-validation in DateTimePicker. [20926]
Based on discussion https://wpftoolkit.codeplex.com/discussions/541408.Comments: Fixed in v2.2.1
View ArticleClosed Issue: PropertyGrid: Custom Items Source and ReadOnly Attribute [21038]
Based on discussion : https://wpftoolkit.codeplex.com/discussions/546988Comments: Fixed in v2.2.1
View ArticleClosed Issue: IntegerUpDown must have IsTabStop="True" by default [21065]
`IntegerUpDown` must have `IsTabStop="True"` by default.Moreover, I have no idea, why this property should be "False" - from the point of keyboard navigation there's no difference for `IntegerUpDown`...
View ArticleClosed Issue: Bug: CollectionControlDialog DialogResult [21077]
Based on discussion https://wpftoolkit.codeplex.com/discussions/548487Comments: Fixed in v2.2.1.
View ArticleClosed Issue: Custom template on ChildWindow may throw an exception [17727]
Cherya asked for this issue at http://wpftoolkit.codeplex.com/discussions/350454. To reproduce the issue, set the following Template in a ChildWindow: <xctk:ChildWindow x:Name="Popup"...
View ArticleClosed Feature: Support GUID editor in PropertyGrid [18913]
Based on Issue:http://wpftoolkit.codeplex.com/workitem/18854Comments: Fixed in v2.2.
View ArticleNew Post: AvalonDock loses control state in Release V2.3.0
Hi, I have checked again with V2.2.1 and all is OK in all my views. I updated again to V2.3 and the problem comes straight back. I have DocumentsSource bound to an ObservableCollection of...
View ArticleNew Post: AvalonDock loses control state in Release V2.3.0
Hi, I tried buliding a small app to reproduce the issue in v2.3, but with no success. Here's the XAML I used :<xcad:DockingManager x:Name="AvalonDockingManager" DocumentsSource="{Binding Workspaces,...
View ArticleCommented Issue: Richtextbox language problem [19385]
Hello support,I have a problem with the richtextbox-control and the language.Maybe you can help me.If I doesn't change the text the spellchecking is working, when I change the language. If I wirte...
View ArticleEdited Issue: BusyIndicator size problem with binding [21239]
The BusyIndicator got a problem with the width and binding.When you got a big string as BusyContent and then you change it later on with a smaller string. The width used is still from the long string.I...
View Article