New Comment on "DateTimePicker"
For long months (i.e., December) the date part at the top of the dropdown calendar is being truncated. For example, it looks like "December, 2" instead of "December, 2016". Is there a way to set the...
View ArticleNew Post: DateTimePicker popup size
A users says:"For long months (i.e., December) the date part at the top of the dropdown calendar is being truncated. For example, it looks like "December, 2" instead of "December, 2016". Is there a way...
View ArticleNew Comment on "DateTimePicker"
Hi, Discussion https://wpftoolkit.codeplex.com/discussions/652494 has been created.
View ArticleNew Post: DateTimePicker popup size
The DateTimePicker's popup uses a Microsoft Calendar which has a standard size. We cannot reproduce the issue and the December 2016 calendar title is completely visible....
View ArticleNew Post: BeepOnError not working for ValueRangeTextBox
A users says :"For the ValueRangeTextBox I have BeepOnError = True and ValueDataType="{x:Type s:Single}" When I enter an alphanumeric into there is no beep. What are the conditions that will trigger...
View ArticleCreated Unassigned: BeepOnError not working for ValueRangeTextBox [22205]
Based on discussion https://wpftoolkit.codeplex.com/discussions/652495
View ArticleNew Post: BeepOnError not working for ValueRangeTextBox
Issue https://wpftoolkit.codeplex.com/workitem/22205 has been created.
View ArticleEdited Issue: BeepOnError not working for ValueRangeTextBox [22205]
Based on discussion https://wpftoolkit.codeplex.com/discussions/652495Comments: ** Comment from web user: BoucherS ** This will be fixed in v3.1.Bip will be heard when Value is of the wrong type or...
View ArticleCreated Unassigned: PropertyGrid Category Header Style [22206]
How do we style the PropertyGrid Category Header (GroupItem)? I would like to be able to style the Background, Border and glyphs (Up_Arrow and Down_Arrow) in the Category Header. I can style other...
View ArticleCommented Unassigned: PropertyGrid Category Header Style [22206]
How do we style the PropertyGrid Category Header (GroupItem)? I would like to be able to style the Background, Border and glyphs (Up_Arrow and Down_Arrow) in the Category Header. I can style other...
View ArticleNew Post: CheckComboBox and [Flags] enum
I'm using Xceed Extended WPF Toolkit to display a enum with [Flags] attribute in a PropertyGrid [Flags] public enum TestEnum {Test1 = 1, Test2 = 2, Test3 = 4, Test4 = 8, Test5 = 16, Test6 = 32, Test7 =...
View ArticleNew Post: CheckComboBox and [Flags] enum
Hi, In your ResolveValueBinding method, you bind to Editor.SelectedValue AND Editor.SelectedItem. The 2nd one cause an overflow exception, so I removed it. To make your sample work, you need to call...
View ArticleNew Post: How to set the title for LayoutAnchorable from MVVM binding?
I am trying to set the title for LayoutAnchorable using binding. But its not working. Am I doing anything wrong?<xcad:DockingManager x:Name="DockingManager" AllowMixedOrientation="True">...
View ArticleNew Post: How to change the border brush for LayoutAnchorable?
Is there a way to change the default border of LayoutAnchorable?
View ArticleNew Post: CheckComboBox and [Flags] enum
Hi, Thanks for your help. I try now to check three items Test 1, Test 2 and Test3. After i click my save button and see that all values are saved in my config file i reload PropertyGrid but only the...
View ArticleNew Post: CheckComboBox and [Flags] enum
Hi, 2 things. 1) Make sure your enum has the [Flags] attribute. 2) CheckComboBox.SelectedValue is a string of all the selectedItems separated by comma. Ex : "Test2,Test3,Test4" The...
View ArticleCommented Unassigned: PropertyGrid Category Header Style [22206]
How do we style the PropertyGrid Category Header (GroupItem)? I would like to be able to style the Background, Border and glyphs (Up_Arrow and Down_Arrow) in the Category Header. I can style other...
View ArticleNew Post: CheckComboBox and [Flags] enum
Hi, Thanks for great support. It works fine. Now i have following situation. I have some data in my Database witch i want to make available in the CheckComboBox. I create new Dictionary<int,...
View ArticleCreated Unassigned: DoubleUpDown handles 0 and .1 weird [22210]
When setting the increment to .1, when I shift up and down and pass and .1 it displays -1.38777878078145E-16 for 0 and 0.0999999999999999 for 1
View ArticleNew Post: New versions
Is there an estimate for when the new versions (2.7 and 2.9) will be released? At one point it was announced they would be released the first week of February.
View Article