New Post: change DateTimeUpDown background OnMouseOver and IsPressed
local is the same namespace as yours. i'm not trying to define a new SpinnerButton, just to style it a little bit. i didn't get what i should do... remove the ButtonSpinner style and keep only the...
View ArticleNew Post: DateTimePicker Validation
Hi, Yes v2.1 is released since February 20th. It is available here : https://wpftoolkit.codeplex.com/releases/view/106016
View ArticleNew Post: How to change the user-defined property value description in...
Hi, Try overriding the ToString() method of your Spouse class.
View ArticleNew 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 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 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 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 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 ArticleNew Post: filter the datagrid
Hi, Yes the DataGrid uses data virtualization. If the source you are using is a DataGridVirtualizingCollectionView, data virtualization will be enabled. But if your source is a List or an...
View ArticleNew Post: Custom PropertyDescriptor not getting updated in Property Grid and...
Hey, So we setup a custom PropertyDescriptor to work with the PropGrid and things display correctly besides Nullable Types (bools do show up but that's it) but any values that are changed do not get...
View ArticleNew Post: change DateTimeUpDown background OnMouseOver and IsPressed
Hi, Here's a solution on how to modify the RepeatButtons background when they are mousedOver or pressed :<Window x:Class="WpfApplication34.MainWindow"...
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Hi, In v2.3, the last valid date will be set back when something invalid is set. In the meantime, to have this behavior, you can go in file...
View ArticleNew Post: Dynamically Hide/Show Property in the property grid
Hi, Currently, you cannot have the value of a property based on the value of another property. You can vote for this issue :https://wpftoolkit.codeplex.com/workitem/18507 In the meantime, maybe the...
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
Awesome! That gives me a few solutions. Thanks a lot. I appreciate your time....
View Article