New Post: PropertyGrid Complex Items in list.
Hi Guys, I am constantly running into a unique scenario where i have a List<Person> called Children in a Person class. Each Child is pre setUp with data, but some data should be changable eg...
View ArticleNew Post: PropertyGrid Complex Items in list.
Add the "ExpandableObjectAttribute" to your Children property
View ArticleNew Post: WatermarkTextBox does not align the Watermark to the right when the...
Use "HorizontalContentAlignment=Right" instead Text AND watermark will be right aligned.
View ArticleNew Post: MultiLanguage support for Category Headers and Description within...
Maybe the Localization feature of the Plus edition would answer your needs ? Try it here
View ArticleNew Post: PropertyGrid Complex Items in list.
I did try that, the problem is that the expanded properties then show the list properties length and capacity and not the items contained in the list?. This is what I did: [ExpandableObject()] public...
View ArticleNew Post: IntegerUpDown functionality
I looked at v1.9 today. It's still not quite there for me. I want to be able to continuously know whether the user has put in a valid integer. For example, let's say I want to show a red X next to the...
View ArticleNew Post: PropertyGrid Complex Items in list.
Hey EMartin, are you able to assist me with this issue?
View ArticleReviewed: Extended WPF Toolkit - 1.9.0 (Mar 15, 2013)
Rated 2 Stars (out of 5) - The Extended WPF Toolkit is generally excellent, but breaking changes (e.g. the namespace change) made without warning are unpleasant, and the datagrid doesn't seem to handle...
View ArticleNew Post: IntegerUpDown functionality
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: PropertyGrid Complex Items in list.
Unfortunately, there is actually no easy way to achieve this with this version.
View ArticleCreated Issue: Add a NumericUpDown Valid Flag [19472]
From [this discussion](http://wpftoolkit.codeplex.com/discussions/402630)Maybe also revert to the original value when the the element first got the focus? or fall on the DefaultValue ?-=-=-=-=I looked...
View ArticleNew Post: TimePicker Custom Format value
Currently, I have my TimePicker format set to Custom, and I use the "HH:mm" format. This is fine, it displays properly. However, when I go to retrieve the value, the value is still in the 12-hour...
View ArticleCommented Issue: CheckComboBox: Display bug [19361]
Hi,using the checkcombobox, there is a display bug when the classic windows theme is used. Even if checked, the selected item(s) will be displayed as being unchecked. See screenshot included as...
View ArticleCommented Issue: CheckComboBox: Display bug [19361]
Hi,using the checkcombobox, there is a display bug when the classic windows theme is used. Even if checked, the selected item(s) will be displayed as being unchecked. See screenshot included as...
View ArticleNew Post: How to prevent ApplyPropertyValue from setting the focus to...
Hi, for example it is impossible to change the font size of the selected text by typing the size in a ComboBox (e.g. on your FormatBar)! If you enter "12", the font size will be set to 1 and "2" will...
View ArticleCreated Issue: How to prevent ApplyPropertyValue from setting the focus to...
Based on discussion 437034.Typing fontSize in the RichTextFormatBar only set the size of the text to the first input character and then set the focus in the RichTextBox. Then the second input character...
View ArticleNew Post: How to prevent ApplyPropertyValue from setting the focus to...
The issue 19480 has been created.
View ArticleCommented Issue: Unable to load several versions of the toolkit into the same...
Hello,We have a software which allows to add custom features by plugins. Plugins may add their own GUI with own panels, controls, etc. For different reasons it is essential that all plugins and the...
View ArticleCreated Issue: Default Spinner Action (DateTimePicker, TimePicker) [19483]
I need a way to set the deafult spinner action on the control, (example: increment the seconds)Currently it increments the Hour part first.
View ArticleCreated Issue: Strange Time controls TextBox behavior (DateTimePicker,...
i have encountered two strange behaviours:1. There is no validation on text length in edit mode. (example: i can enter letters and remove the ':' part)2. if i change this: 00:00:00 to this 00:0:00...
View Article