Edited Issue: ColorPicker: Eats 2 Tabs to move to next ctrl [21141]
Greetings Gurus, I've noticed with the ColorPicker Control that you have to tab twice to jump to another control (when tabbing thru controls on the ui [textbox ,combobox etc..] The colorpicker eats 2...
View ArticleEdited Issue: IsReadOnly and FormatBar-Visibility [21165]
__The FormatBar of the RichTextBox is visible (or "can be used") if the IsReadOnly-Property is true.__ This makes no sense, because I can not edit the text. And it seems to be that there´s no chance to...
View ArticleEdited Issue: Decimalupdown can cause unneeded Propertyupdate [21189]
When you use the decimalupdown control with databound entities, the entity becomes changed even if you only quit the decimalupdown field by using the tab- key.this behaviour is caused by Commitchanges...
View ArticleEdited Issue: ColorPicker: Closes dropdown canvas panel after mouse down if...
__Toolkin 2.2.1__Dropdown panel closing after MouseDown in ColorCanvas. =|```<ListView.View><GridView><GridViewColumn Width="50"...
View ArticleEdited Feature: DoubleUpDown.IsEditable gone? [19754]
From discussion:https://wpftoolkit.codeplex.com/discussions/444607IsReadOnly property has replaced "IsEditable" since v1.6.But the current property (IsReadOnly) disable all input.The legacy behavior...
View ArticleEdited Issue: Dispather.BeginInvoke with Background priority causing focus...
This issue I have discussed previously in https://avalondock.codeplex.com/workitem/15976.In AvalonDock there are few calls to Dispather.BeginInvoke with priority set as Background. This causes lot of...
View ArticleEdited Feature: Possible Regular Expression Pattern to set specific data...
Based on discussion http://wpftoolkit.codeplex.com/discussions/546645User want to set something like this : ```<xctk:PropertyGrid x:Name="_propertyGrid"...
View ArticleEdited Feature: Location of Up/Down buttons in NumericUpDowns [21018]
Based on discussion https://wpftoolkit.codeplex.com/discussions/546235.User wants to be able to display the Up/Downs buttons on the left of the control rather than on the right.
View ArticleEdited Issue: ZoomBox needs width/Height to display something [21017]
Using the following code won't show the content in the ZoomBox:```<xctk:Zoombox Name="_ZoomBox"><ItemsControl Name="_ItemsControl" /></xctk:Zoombox>```To make it work, we need to set...
View ArticleEdited Feature: TimePicker: Increase the height of the dropdown list [21013]
Based on discussion https://wpftoolkit.codeplex.com/discussions/545477.User wants to be able to modify the TimePicker popup's height.
View ArticleEdited Feature: PropertyGrid ExpandableObject: Category not used in expanded...
Based on codePlex disscussion https://wpftoolkit.codeplex.com/discussions/532408.When a Property is expanded, its Categories are not shown.
View ArticleEdited Issue: DateTimePicker crash if value is smaller than MinValue [21563]
DateTimePicker crash if value is smaller than MinValueHow to reproduce crash in LiveExplorer:Select current date in DateTimePicker. Set minimum value to tomorrow.
View ArticleEdited Feature: Nullable ColorPicker value [20825]
Based on discussion https://wpftoolkit.codeplex.com/discussions/539252, user wants to be able to use the colorPicker and set a Null value.Comments: ** Comment from web user: BoucherS ** Will be fixed...
View ArticleClosed Unassigned: StackOverflowException when closing a LayoutAnchorable...
This bug is inside AvalonDock within the Xceed Extended WPF Toolkit version 2.2.1:Closing a LayoutAnchorable that is docked inside a LayoutDocumentPane causes an infinite loop, resulting in a...
View ArticleReopened Unassigned: StackOverflowException when closing a LayoutAnchorable...
This bug is inside AvalonDock within the Xceed Extended WPF Toolkit version 2.2.1:Closing a LayoutAnchorable that is docked inside a LayoutDocumentPane causes an infinite loop, resulting in a...
View ArticleEdited Unassigned: StackOverflowException when closing a LayoutAnchorable...
This bug is inside AvalonDock within the Xceed Extended WPF Toolkit version 2.2.1:Closing a LayoutAnchorable that is docked inside a LayoutDocumentPane causes an infinite loop, resulting in a...
View ArticleClosed Unassigned: StackOverflowException when closing a LayoutAnchorable...
This bug is inside AvalonDock within the Xceed Extended WPF Toolkit version 2.2.1:Closing a LayoutAnchorable that is docked inside a LayoutDocumentPane causes an infinite loop, resulting in a...
View ArticleCommented Feature: NumericUpDown problem with keyboard input [21737]
I'm using IntegerUpDown and DoubleUpDown from version 2.4, and I'm facing the following issue:whenever I enter text input by keyboard, the backing property is immediately updated, thus causing the...
View ArticleCommented Feature: NumericUpDown problem with keyboard input [21737]
I'm using IntegerUpDown and DoubleUpDown from version 2.4, and I'm facing the following issue:whenever I enter text input by keyboard, the backing property is immediately updated, thus causing the...
View ArticleNew Post: IsAsync for columns
Hi, let's say that i have a datagrid bound to Orders Collection that contain a column bound to the Customer navigation property is there a way to get customer column data in async using the IsAsync...
View Article