New Post: DateTimePicker Time resets
Hi, I'm using toolkit version 2.5.0.0, my system language is Russian. I'm afraid i can't submit a sample with it due to the fact that my current project is very big. I will be able to make a sample in...
View ArticleCommented Issue: [AvalonDock 2.1] Unable to dynamically properly add tools...
Referring to AvalonDock 2.1 (Commit 106497), I setup a simple window with a DockManager.```<xcad:DockingManager AnchorablesSource="{Binding...
View ArticleNew Post: MaskedTextBox for DateTime field doesn't work
I have created a MaskedTextBox inside my xaml window and bind a Datetime Property on my viewmodel. I can't make it work because initial bind is missing seconds and milliseconds and when I try to edit...
View ArticleCreated Issue: UpDowns : disable Enter action on spinner [22008]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/644798User want to disable the "Enter" key when one of the arrow of the ButtonSpinner has the focus.
View ArticleEdited Issue: UpDowns : disable Enter action on spinner [22008]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/644798User want to disable the "Enter" key when one of the arrow of the ButtonSpinner has the focus.
View ArticleCommented Issue: UpDowns : disable Enter action on spinner [22008]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/644798User want to disable the "Enter" key when one of the arrow of the ButtonSpinner has the focus.Comments: ** Comment from...
View ArticleNew Post: AvalonDock DocumentsSource and DataTemplateSelector Issue
I posted this question on stackoverflow.com Basically, I have DockingManager.DocumentsSource bound to an ObservableCollection<object> and DockingManager.LayoutItemTemplateSelector bound to a...
View ArticleNew Post: Add anchorables to different sides using ILayoutUpdateStrategy in MVVM
Is there a way to do this in a MVVM way? Also I tried setting "IsSelected = true" "IsActive = true" directly inside the <LayoutAnchorable> in xaml. When I startup the application, the anchorable...
View ArticleCreated Unassigned: After update form 2.3.0 to 2.5.0 problem loading assembly...
After update form 2.3.0 to 2.5.0 I am getting following exception:_Setting property Xceed.Wpf.DataGrid.Markup.SharedResourceDictionary.Source raised an exception.Could not load file or assembly...
View ArticlePatch Uploaded: #17873
lukemcnally has uploaded a patch.Description:This patch allows you to set the owner of a MessageBox using a window handle.Motivation:Trying to use the MessageBox in WPF application hosted within a...
View ArticleCreated Unassigned: DateTimePicker is causing OnValueChanged to be raised...
This is not my original bug but in answer to a question that was raised on StackOverflow, I have reproduced it with the attached stack traces.The __OnValueChanged__ event is being routed from both the...
View ArticleCommented Issue: [AvalonDock 2.1] Unable to dynamically properly add tools...
Referring to AvalonDock 2.1 (Commit 106497), I setup a simple window with a DockManager.```<xcad:DockingManager AnchorablesSource="{Binding...
View ArticleCreated Unassigned: UpDownBase does not raise InputValidationError [22017]
In SyncTextAndValueProperties the method RaiseInputValidationError is called when _isTextChangedFromUI is false but not when it is true.This, along with the lack of a TextChanged event, hampers...
View ArticleNew Post: ZoomBox - Scrollbars
Hi I have a question please in ZoomBox.I have a drawingcanvas inside the Zoombox. I have some rectangles drawn.When I zoomin, the rectangles are zoomed in but also the line thickness increases. Is...
View ArticleNew Post: AvalonDock DocumentsSource and DataTemplateSelector Issue
Somebody posted an answer in my stackoverflow question . Basically, when you return base.SelectTemplate() at the end of your override SelectTemplate then eventually binding will work properly. From...
View ArticleCreated Unassigned: Wpf TimePicker gives exception when uses up and down...
Hi,I am using a time picker control. below is my code in xaml page<xctk:TimePicker Height="23" Width="150" HorizontalAlignment="Left" Grid.Column="3" Name="DtPktDlvryEndDate" Focusable="False"...
View ArticleNew Comment on "PropertyGrid"
Hi, PropertyGrid.SelectedObjects is supported since early 2013 in the Plus edition of the Toolkit. Please have a look at the documentation of the PropertyGrid in the Plus Edition of the Toolkit :...
View ArticleNew Comment on "SplitButton"
There is NO IsOpen property on SplitButton. I can find no way to close the danged drop down once opened programatically.
View Article