New Post: How to change the user-defined property value description in...
Hi BoucherS, Thank you ,it is working!
View ArticleNew Post: Property Grid and Reflected PropertyInfo / FieldInfo
Hey, I'm using the property grid and it works quite well, but I've run into a bit of a wall as I need to be able to display reflected Properties and Fields. I've been trying for a while to get it to...
View ArticleCreated Unassigned: In color picker, when selected, Chocolate displays...

View ArticleNew Post: Property Grid and Reflected PropertyInfo / FieldInfo
I managed to get it sort of working, but will have to continue. Basically comes down to shoving everything in a dictionary style object.
View ArticleCommented Unassigned: WPFtoolkit doesnot disable the previous dates in...
In latest release of extended WPFToolkit, I have seen that dateTimePicker Control does not have any property to disable the previous dates except today. In WPF DatePicker this option is available. It's...
View ArticleCreated Unassigned: AvalonDock Now Loses Alt Key Adornments [20882]
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last several months, I've noticed that Alt key adornments are no longer showing up for controls...
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 ArticleNew Post: How to disable auto-validation in DateTimePicker.
I need to disable how the DateTimePicker validates invalid values. For example, if a user changes the minute field to, let's say, 78. The field initially looks like this before losing focus: Sunday,...
View ArticleNew Post: Property Grid and Reflected PropertyInfo / FieldInfo
Is there anyway in the free version of the toolkit to actually display the innards of a dictionary correctly? Right now it just says, "yeah you gave me a dictionary of <string, object> so what?"
View ArticleNew Post: Dynamically Hide/Show Property in the property grid
Is there any inbuilt methodology to hide a property (say X) when a user changes the value of another property (say Y)? I tried the following approach:...
View ArticleCommented Unassigned: WPFtoolkit doesnot disable the previous dates in...
In latest release of extended WPFToolkit, I have seen that dateTimePicker Control does not have any property to disable the previous dates except today. In WPF DatePicker this option is available. It's...
View ArticleCreated Unassigned: PropertyGrid native array support crashes...
When an object containing arrays is used with the PropertyGrid, modifying the collection crashes (adding an element). Arrays having null pointers also crashes the collection editor.To reproduce: class...
View ArticlePatch Uploaded: #16176
seniltai has uploaded a patch.Description:Fixes #20885; support for C# arrays in PropertyGrid.
View ArticleNew Post: Strip formatting from RTF on RichTextBox paste?
Hi all. I have a RichTextBox formatted to RTF. I need to lock down the text formatting of this RichTextBox to not allow any coloured font, italics etc. to be pasted in. I have a paste command and...
View ArticleCreated Unassigned: DateTimePicker invalid DateTime revert to previous...
When the DateTimePicker trys to parse an invalid DateTime string, could it revert the DateTime back to the previous valid DateTime (i.e. Value/current) as changing it to DateTime min is not very...
View ArticleEdited Issue: DateTimePicker invalid DateTime revert to previous instead of...
When the DateTimePicker trys to parse an invalid DateTime string, could it revert the DateTime back to the previous valid DateTime (i.e. Value/current) as changing it to DateTime min is not very...
View ArticleCommented Issue: DateTimePicker invalid DateTime revert to previous instead...
When the DateTimePicker trys to parse an invalid DateTime string, could it revert the DateTime back to the previous valid DateTime (i.e. Value/current) as changing it to DateTime min is not very...
View ArticleNew Post: Enabling or disabling a property in PropertyGrid based on another...
Hi, Is it possible to enable or disable a property present on the PropertyGrid based on the boolean value of another property. For example, I have two properties namely HasText and Text present in the...
View ArticleNew Post: filter the datagrid
Hi, first of all thanks for this great component and tookit ... really :) next, if i understand correctly the datagrid use some sort of data virtualization right ?, is this behaviour is enabled by...
View ArticleNew Post: Enabling or disabling a property in PropertyGrid based on another...
Hi, this is an feature asked on the PropertyGrid : https://wpftoolkit.codeplex.com/workitem/18507 Please vote for it. In the meantime, there could be a workaround. When a value of a propertyItem...
View Article