Edited Issue: When ChildWindow IsModal="True" and WindowState="Closed"...
Based on discussion https://wpftoolkit.codeplex.com/discussions/459011
View ArticleEdited Issue: Add Padding between CheckListBox items [19365]
Extracted from [checklistbox documentation](http://wpftoolkit.codeplex.com/wikipage?title=CheckListBox&ANCHOR#C26605):_Since updating to 1.9.0, the CheckListBox seems to have lost the padding...
View ArticleEdited Issue: Bug in PrimitiveTypeCollectionEditor::ResolveValueBinding [20221]
Fix for it:```protected override void ResolveValueBinding( PropertyItem propertyItem ){ var type = propertyItem.PropertyType; Editor.ItemsSourceType = type; if ( type.BaseType == typeof (System.Array)...
View ArticleEdited Issue: DataGridCheckBox blue background [20210]
I've noticed that a datagrid cell with a checkbox being edited exhibited a blue background; See screenshot and wonder why it is so...I noticed this piece of code in DataGridCheckBox's OnApplyTemplate...
View ArticleEdited Issue: Open CheckComboBox by clicking anywhere on control [20213]
Based on discussions https://wpftoolkit.codeplex.com/discussions/457338
View ArticleEdited Issue: PropertyGrid validation is not updated when collection changes...
I have a ObservableCollection<string> property with custom validation done by IDataErrorInfo.If one of the strings in the collection does not validate, the propertygrid does not show the...
View ArticleEdited Issue: MessageBox Close Button Problem [20173]
Based on discussion https://wpftoolkit.codeplex.com/discussions/455218.Bottom corner of MessageBox close button is rounded on mouseOver and not rounded on mouseLeave under Windows 7.
View ArticleEdited Issue: DateTimeUpDown Milleseconds?? [20006]
It appears that the DateTimeUpDown doesn't support Milliseconds in custom formatting mode. For example:<xctk:DateTimeUpDown Value="{Binding PausedAsOfTime }" Format="Custom"...
View ArticleEdited Issue: DateTimePicker AutoCloseCalendar Bug [20157]
Hello,I'd like to use the DateTimePicker with AutoCloseCalendar activated because closing the popup is what most users would expect after selecting a day. But when you switch to the month- or...
View ArticleEdited Issue: Assign an Enum to an object type property in a Propertygrid...
Based on discussion https://wpftoolkit.codeplex.com/discussions/452206
View ArticleEdited Issue: RichTextBoxFormatBar fades away while choosing from Combos [19451]
The auto fade feature of the RichTextBoxFormatBar fades away even if you are interacting with it. This happens, for example, when the list of the ComboBoxes are long enough. If you go far from the...
View ArticleEdited Feature: Color Picker - Feature request - Only show Advanced Dropdown...
option so that when the dropdown is activated - the Advanced view is shown (and there is no option to show the standard display) EnableAdvanced = TrueEnableStandard = False
View ArticleEdited 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 ArticleEdited Issue: Property Grid's Property Order and Category Order [19844]
1. about the Property OrderI know the [PropertyOrder()] attribute is used to specify the property order in category sorting, but when I click alphabetical sorting, however, the [PropertyOrder()]...
View ArticleClosed Unassigned: Unable to update the changed value of property [20683]
I have a property which needs to obtain the physical path of the file to open it. I am getting the path using the following XML...
View ArticleCommented 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 ArticleEdited Feature: Create a TimeSpanUpDown [18607]
The creator of this issue expressed the need for an TimeSpanUpDown control.His implementation was originally posted as the description. It is now an attachmentComments: ** Comment from web user:...
View ArticleNew Comment on "PropertyGrid"
It's a shame you can't inspect complex type properties without having to modify them with ExpandableObject. Or is there a way? Seems like a very common use-case.
View ArticleCreated Unassigned: Allow complex type property to be expanded without...
I have looked into the source code and can see how DescriptorPropertyDefinition.ComputeExplandableAttribute works, but unfortunately this class is all internal so I cannot modify it to use an...
View ArticleNew Post: Binaries are not copied to output directory... ever...
Other people seem to be noticing this issue, but it seems no matter how I reference this library, it refuses to copy itself to the output directory. I've set CopyLocal to true, I've triple-checked the...
View Article