Edited Feature: TimeSpanUpDown milliseconds [21204]
Hello, how can i set the format for this. I would like to show the milliseconds Also.Comments: ** Comment from web user: BoucherS ** Hi,In v2.5 of the Toolkit, the TimeSpanUpDown will have a new...
View ArticleEdited 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 ArticleEdited 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 ArticleNew Post: PropertyGrid : Aligning property name labels to the left in xaml
Hi, On the left column of the propertyGrid, the text is centered and I want aligning it to the left, is this possible ? I use the install by Nuget so I can't access directly to the code for probably...
View ArticleNew Post: PropertyGrid : Implement DataTrigger for a special Editor
Hi, I'm trying to change the ForeGoundColor when a value is specific in an EditorTextBox. I've tried this but it's not working<xctk:PropertyGrid Name="PropertyGridEquipement" Grid.Row="1"...
View ArticleNew Post: PropertyGrid : Aligning property name labels to the left in xaml
Hi, The PropertyNames in the PropertyGrid are not centered. They are Stretched. But on the left of them, there is a 15 pixels margin for an expandable button (when necessary). Then, the PropertyName is...
View ArticleNew Post: PropertyGrid : Implement DataTrigger for a special Editor
Hi, Try replacing "Indice" with "Value". A PropertyItem doesn't have an "Indice" property. It has a "Value" property. This way, when the PropertyItem.Value is "A", your foreground will be applied.
View ArticleNew Post: PropertyGrid : Aligning property name labels to the left in xaml
I understand, but I'm really centered by default as you can see on that picture, even category titles are centered : http://postimg.org/image/bg1sepcop/ Finally I've aligned to left all the...
View ArticleCreated Unassigned: 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 ArticleNew Post: PropertyGrid : Implement DataTrigger for a special Editor
Ok it's working, the binding is with an attribute of the PropertyItem and not an attribute of my binded object. Thanks a lot.
View ArticleEdited 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 entryComments: ** Comment from web user: BoucherS ** Hi,This issue will be...
View ArticleUpdated Wiki: Advanced DataGrid
Advanced DataGrid The normal datagrid included in both the Community and Plus Edition of Extended WPF Toolkit is a rock-solid, high performance product with zero-lag data virtualization, the ability to...
View ArticleCreated Unassigned: 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 ArticleNew Post: Autogenerated PropertyGrid : How to specify Properties for default...
Hello, I have multiple PropertyGrid with AutoGenerateProperties="True" in my application. These PropertyGrid are used to display/input a large number of different objects. Some of their properties need...
View ArticleCommented Unassigned: 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 ArticleEdited 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 ArticleCommented Unassigned: 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 ArticleNew Post: Checked List Box
Hi DeepuJo, 1) Checking items by Index In the CheckListBox, SelectedItems are added by items. So if you have the Index, you can do something like : _checkListBox.ItemsSource = new List<string>()...
View ArticleNew Post: Control to schedule
Hi, Maybe using a CollectionControlButton. When clicked it will show a CollectionControlDialog. This dialog contains a CollectionControl. This CollectionControl contains a listBox for the Days and a...
View ArticleNew Post: Autogenerated PropertyGrid : How to change formating of default...
Hi, In The "Plus" edition of the PropertyGrid, you can customize a DoubleUpDownEditor with properties. Something like :<xctk:PropertyGrid Name="_propertyGrid">...
View Article