New Post: AvalonDock: How to assign a parent to a Hidden item that doesn't...
This didn't seem to work yesterday but I was able to get this to work today by doing something like this:LayoutAnchorGroup lpg = this.DockingManager.Layout.BottomSide.Children.First();...
View ArticleCommented Unassigned: AvalonDock: Creating a floating window from a hidden...
I'm trying to create a new floating window by wrapping something in Layout.Hidden but it's not working as expected.I've tried using an approach like this:```LayoutAnchorableFloatingWindow f = new...
View ArticleCreated Unassigned: Could not load file or Assembly...
I am using WPF Extended toolkit (only DateTimePicker control.) I started receiving FileNotFoundException at some point in my application.Could not load file or assembly 'Xceed.Wpf.Toolkit.AeroLite,...
View ArticleCommented Unassigned: Could not load file or Assembly...
I am using WPF Extended toolkit (only DateTimePicker control.) I started receiving FileNotFoundException at some point in my application.Could not load file or assembly 'Xceed.Wpf.Toolkit.AeroLite,...
View ArticleCreated Unassigned: Property grid is empty with custom style applied [22544]
Steps to reproduce this issue:Bind SelectedObject of a PropertyGrid to {Binding RelativeSource={x:Static RelativeSource.Self}}. The PropertyGrid inspects itself. Good, so far.In Blend:Right-click the...
View ArticleNew Post: RichTextBox with RtfFormatter throws System.FormatException on...
Hey, i recently started using the Extended WPF Toolkit and noticed when i use the RichTextBox with the RtfFormatter, mscorlib.dll throws a "System.FormatException" on every keystroke. When using the...
View ArticleNew Post: Community Edition unlisted in Nuget?
Is the Community edition still in Nuget? I can only see the commercial version.
View ArticleCommented Unassigned: avalondock invalid window handle [22233]
Hi, my tester is getting such an exception after having the app longer time in background:System.ComponentModel.Win32ExceptionMessage:Neplatný popisovač okna ------> it means "invalid window...
View ArticleCommented Unassigned: avalondock invalid window handle [22233]
Hi, my tester is getting such an exception after having the app longer time in background:System.ComponentModel.Win32ExceptionMessage:Neplatný popisovač okna ------> it means "invalid window...
View ArticleNew Post: Community Version update?
Will the community Version still be updated? Where will you host it when codeplex closes?
View ArticleUpdated Wiki: Home
July 11, 2017The project's new home is now on Github at https://github.com/xceedsoftware/wpftoolkit Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for...
View ArticleUpdated Wiki: Home
July 11, 2017The project's new home is now on Github at https://github.com/xceedsoftware/wpftoolkit Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for...
View ArticleUpdated Wiki: Home
July 11, 2017The project's new home is now on Github at https://github.com/xceedsoftware/wpftoolkit Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for...
View ArticleUpdated Wiki: Home
July 11, 2017The project's new home is now on Github at https://github.com/xceedsoftware/wpftoolkit Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for...
View ArticleUpdated Wiki: Home
July 11, 2017The project's new home is now on Github at test Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows...
View ArticleUpdated Wiki: Home
July 11, 2017The project's new home is now on Github at https://github.com/xceedsoftware/wpftoolkit Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for...
View ArticleReleased: Extended WPF Toolkit - 3.1.0 (Jul 12, 2017)
v3.1.0 Released On Github The Extended WPF Toolkit project's new home is Github. CodePlex is shutting down soon, so we have migrated everything to Github, except the Issues section, which is in the...
View ArticleUpdated Release: Extended WPF Toolkit - 3.1.0 (Jul 12, 2017)
v3.1.0 Released On Github The Extended WPF Toolkit project's new home is Github. CodePlex is shutting down soon, so we have migrated everything to Github, except the Issues section, which is in the...
View ArticleNew Comment on "PropertyGrid"
I have a class for PropertyGrid.SelectedObject property. It has a property defined like this: [DisplayName("Thickness")] [ItemsSource(typeof(ThicknessItemsSource))] public string Thickness { get; set;...
View Article