Edited Issue: PropertyGrid errors with ICustomTypeDescriptor object if...
I accidentally created this as a discussion here https://wpftoolkit.codeplex.com/discussions/644197 but basically, if you implement ICustomTypeDescriptor as per that discussion, the PropertyGrid will...
View ArticleNew Post: Sample code to populate fonts and colors in property grid ?
I've been scouring this thread and have read the documentation and downloaded the sample code. I'm still struggling to populate the font dropdown and color dropdown. It's not a static propertygrid so...
View ArticleCreated Unassigned: PropertyGrid UI glitch on Server 2008 R2 [21991]
When running on Server 2008 R2, the PropertyGrid has a UI glitch where moving the mouse over rows containing integer values causes the text in all subsequent rows to 'jump' up/down a pixel or two.The...
View ArticleNew Post: Sample code to populate fonts and colors in property grid ?
Hi, You can use the ColorPicker as an editor for brushes. Here's an example :<Window.Resources> <local:MyColorConverter x:Key="MyColorConverter" /> </Window.Resources> <Grid>...
View ArticleClosed Issue: AvalonDock : Empty floatingWindow [21482]
Based on CodePlex discussion https://wpftoolkit.codeplex.com/discussions/570377."From what I can test, if your custom control is in a LayoutDocument, the floatingWindow will never be empty. But if your...
View ArticleClosed Issue: PropertyGrid: Collections of primitive types bug [21463]
Using the PropertyGrid control, if one of the properties is of type List<T> ou T[], where T is a primitve type, the user can enter the values he wants, but they get lost. I found a fix, at least...
View ArticleClosed Issue: CheckComboBox/TimePicker loses focus on drop-down close [21467]
Tab to the CheckComboBox (or TimePicker, other drop-down controls might behave similarly) to make the loss of focus more visible.Open the drop-down by clicking the arrow button.Close it by clicking the...
View ArticleClosed Issue: DateTimePicker Minimum Date [21460]
The calendar picker of DateTimePicker allow to choose a date earlier then the minimum parameter.Work fine with a keyboard entry
View ArticleClosed Issue: maskedtextbox crashs when multibinding mask [21456]
Hi,Here's the XAML code```<DockPanel Height="50"><StackPanel><RadioButton Content="Físico" x:Name="rdbFisico" GroupName="tipoPessoa"><RadioButton.Style><Style...
View ArticleClosed Issue: TimeSpanUpDown default value defaults to NULL [21455]
The TimeSpanUpDown controls DefaultValue defaults to NULL.This is a bit daft as it is supposed to replace the value when the value itself is NULL.Maybe set it to the 0:00:00 or MinimumValue if this is...
View ArticleClosed Feature: TimeSpanUpDown milliseconds [21204]
Hello, how can i set the format for this. I would like to show the milliseconds Also.
View ArticleClosed Feature: DoubleUpDown behaviour on Enter Key [21439]
Based on codePlex discussion https://wpftoolkit.codeplex.com/discussions/569496.NumericUpDowns have a "Value" and a "Text" properties. When a digit is typed in the NumericUpDown, the "Value" is...
View ArticleClosed Issue: Property editor (ITypeEditor) not used with read only property...
The EditorAttribute is ignored if a property is marked read only. This might be appropriate for some field but is definitely not workable for collections. Collections are often readonly from a property...
View ArticleClosed Feature: Close All option for AvalonDock [21406]
Based on Codeplex discussion https://wpftoolkit.codeplex.com/discussions/568740
View ArticleClosed Issue: Color canvas blue channel error? [21405]
Hi,I have noticed an error when I'm programmatically setting color canvas values in some rare occasions.Short description of my setup:- Window with color canvas- exposed property for setting selected...
View ArticleClosed Issue: ColorPicker: Allow Localization [19306]
Extracted from this discussion:http://wpftoolkit.codeplex.com/discussions/430383------------------------- Hi, I wanna use ColorPicker, however, the default language was english. I prefer other...
View ArticleClosed Issue: NumericUpDown uses the FormatString incorrect [21329]
Line 187 in CommonNumericUpDown.cs```c#//Don't know why someone would format a T as %, but just in case they do. result = FormatString.Contains( "P" )? _fromDecimal( ParsePercent( text, CultureInfo )...
View ArticleClosed Feature: Support hiding of the Misc category [18874]
In issue 17421, a user expressed his needs to hide the "Misc" category of the property grid.
View ArticleClosed Feature: Tooltip display for Properties and SelectedObjectTypeName...
Based on discussion https://wpftoolkit.codeplex.com/discussions/567507
View ArticleClosed Issue: DateTimePicker and DateTimeUpDown with a Custom Format can...
Based on discussion https://wpftoolkit.codeplex.com/discussions/567278
View Article