Commented Issue: Bug in DescriptorPropertyDefinition, value binding ignores...
As a result of this discussion (see https://wpftoolkit.codeplex.com/discussions/639720), I did some debugging and I found the bug: The DescriptorPropertyDefinition class which creates the binding to...
View ArticleUpdated Wiki: Home
July 3, 2015 update: Released Community Edition v2.5.0 with 1 new control + 45 bug fixes and improvements. Users of the Plus Edition got an additional 2 new controls in v2.5.0, 17 new bug fixes and...
View ArticleCommented Issue: Bug in DescriptorPropertyDefinition, value binding ignores...
As a result of this discussion (see https://wpftoolkit.codeplex.com/discussions/639720), I did some debugging and I found the bug: The DescriptorPropertyDefinition class which creates the binding to...
View ArticleReviewed: Extended WPF Toolkit - 2.5.0 (jul. 14, 2015)
Rated 3 Stars (out of 5) - gs sdfh sdh shjgf sfdjsfgjgf fgsj sfggfh
View ArticleNew Post: Customise AvalonDock style
Thanks for the help. Using your example I managed to change the colours. However, they don't dynamically change at run time. I have two resource dictionaries: In ExpressionLight.xaml I...
View ArticleNew Post: Customise AvalonDock style
Hi, In XAML, you can remove :<xcad:DockingManager DocumentPaneControlStyle="{StaticResource MyDocumentPaneControlStyle}"> and set it in code-behind :using( System.IO.FileStream fs = new...
View ArticleCreated Unassigned: [Avalondock] DoclumentFloatingWindow does not contain...
Hi,I faced with the issue that there is no drop area in the DocumentFloatingWindow and its not possible to merge separate documents in one window. Is there a quck solution to solve this issue?
View ArticleNew Post: Strange autohide un-hiding behavior on document close
I've been seeing this behavior for a long time now. When using a LayoutRoot.LeftSide with auto-hide children (has AutoHideWidth set) , LayoutDocument close operations act as if the auto-hide child had...
View ArticleReviewed: Extended WPF Toolkit - 2.5.0 (Jul 15, 2015)
Rated 5 Stars (out of 5) - Great tool kit ,using this in many different projects ,for a long time and never had issues.
View ArticleCommented Issue: DropDownButton Keyboard Focus [21938]
I'm using the Xceed.Wpf.Toolkit.DropDownButton. Objective, set keyboard focus programatically.Just setting ddl.Focus() seems to focus the entire control. I'm trying to get the focus level for keyboard...
View ArticleNew Post: Add anchorables to different sides using ILayoutUpdateStrategy in MVVM
I want to add anchorables in the different sides of the docking manager, but I have an issue: When I adding anchorables to the side, they are hidden by default and also it is not possible to set width...
View ArticleCreated Unassigned: RichTextBox + RichTextBoxFormatBar throwing a...
Hello,I am not sure why but I am receiving the following exception when I select text then attempt to drag the attached RichTextBoxFormatBar:Object reference not set to an instance of an object. at...
View ArticleCommented Unassigned: RichTextBox + RichTextBoxFormatBar throwing a...
Hello,I am not sure why but I am receiving the following exception when I select text then attempt to drag the attached RichTextBoxFormatBar:```Object reference not set to an instance of an object. at...
View ArticleCommented Unassigned: RichTextBox + RichTextBoxFormatBar throwing a...
Hello,I am not sure why but I am receiving the following exception when I select text then attempt to drag the attached RichTextBoxFormatBar:```Object reference not set to an instance of an object. at...
View ArticleNew Post: change DateTimeUpDown background OnMouseOver and IsPressed
BoucherS wrote: Hi, Here's a solution on how to modify the RepeatButtons background when they are mousedOver or pressed :<Window x:Class="WpfApplication34.MainWindow"...
View ArticleNew Post: Change Button Background on DateTimePicker and TimePicker
Greetings BoucherS, the code you posted works for the small spinner buttons, can you post the code that targets the bigger drop down buttons that are to the right of the spinner buttons. So the color...
View ArticleNew Post: Using multiple tool windows with MVVM
I'm using Avalon Dock 2.0 sample named "AvalonDock.MVVMTestApp" and trying to extend it to show 3 tool windows to the right side, stacked vertically. Can someone show me a hint on how to proceed?
View ArticleNew Post: Create modal ChildWindow in Code and Display it
Is it possible to create a childWindow and display it in code? My code is not throwing errors but I'm not seeing anything. var msg = new ChildWindow(); msg.Caption = caption; msg.Background =...
View ArticleCreated Unassigned: DateTimeUpDown Crash -Stackoverflow exception...
We are using Format long which is HH:mm:ss. At the moment time picker allows user to enter/type more than 2 digits per hour, min, or second. But after submission it validates correctly as expected. It...
View ArticleNew Post: WPF Toolkit LiveExplorer Left Nav control?
Hi, In the Extended WPF Toolkit LiveExplorer, does anybody have any idea what is the beautiful navigation control used as the left nav? Thanks
View Article