New Post: AvalonDock - overlaying a floating window; zIndex issue
Great, thanks again for your input! I will go down this route then, and remove the HwndHost / FloatingWindowContentHost. I'll post in here in case I encounter any bugs or side effects related to this...
View ArticleNew Comment on "PropertyGrid"
BoucherS, I got it working. I think I made a mistake applying the correction you posted yesterday, but I've got that fixed and now everything is working as it is supposed to. Much thanks for your help.
View ArticleCommented Unassigned: How to get Keyboard Focus on the textbox of the...
How do we programmatically assign Keyboard focus to the textbox component of the TokenizedTextbox control?Comments: ** Comment from web user: poocherelo ** See description for issue content.
View ArticleEdited Issue: How to get Keyboard Focus on the textbox of the...
How do we programmatically assign Keyboard focus to the textbox component of the TokenizedTextbox control?Comments: ** Comment from web user: BoucherS ** Hi,This issue will be fixed in v3.0. You will...
View ArticleCreated Unassigned: PropertyGrid not thread safe for multiple ui threads [22187]
Hi, I recently discovered a bug in version 2.4.0.0 (I guess newer versions are affected as well): If you start two property grid instances in two windows with different UI Threads, you will get an...
View ArticleCommented Unassigned: PropertyGrid not thread safe for multiple ui threads...
Hi, I recently discovered a bug in version 2.4.0.0 (I guess newer versions are affected as well): If you start two property grid instances in two windows with different UI Threads, you will get an...
View ArticleCommented Unassigned: PropertyGrid not thread safe for multiple ui threads...
Hi, I recently discovered a bug in version 2.4.0.0 (I guess newer versions are affected as well): If you start two property grid instances in two windows with different UI Threads, you will get an...
View ArticleClosed Unassigned: PropertyGrid not thread safe for multiple ui threads [22187]
Hi, I recently discovered a bug in version 2.4.0.0 (I guess newer versions are affected as well): If you start two property grid instances in two windows with different UI Threads, you will get an...
View ArticleEdited Issue: NullReferenceException trying to use Zoombox [22079]
Not sure why I'm getting this exception trying to use the Zoombox control. It is throwing the NullReferenceException because the parent grid is Colapsed.System.NullReferenceException was unhandled...
View ArticleEdited Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleEdited Feature: [Feature]Split the controls of library [17736]
Split the controls of library in more libraries and create new nuget package for each library.
View ArticleEdited Issue: The SelectedColor of ColorPicker is wrong. [21652]
Hello, I test 2.2.0 and 2.3.0. Both of them have the same issue.Reproduce steps:1. Let ColorPicker at the bottom of the screen, so the ColorPanel will extend upward.2. Click the Colorbox and select a...
View ArticleEdited Issue: DateTime picker crashes with foreign cultures/custom TimeFormat...
The date time picker control crashes when using foreign culture settings in windows e.g. German, Finnish.These cultures use date stamps like 22.10.2014 1:05:07, 100Iff you dont provide a custom...
View ArticleEdited Issue: PropertyName in Xceed.Wpf.Toolkit.PropertyGrid.PropertyItem...
Based on discussion https://wpftoolkit.codeplex.com/discussions/576327.
View ArticleEdited Issue: ColorPicker control RecentColors bug [21628]
RecentColors collection on ColorPicker control cannot be bound to in version 2.3.0It is a simple dependency property default value issue.Solution:```line 211 public static readonly DependencyProperty...
View ArticleEdited Issue: MessageBox FontSize also affects the caption [21638]
it shoul only affect the content.Based on comments in page https://wpftoolkit.codeplex.com/wikipage?title=MessageBox&ANCHOR#C31181
View ArticleEdited Feature: Support TimeSpan up/down negative values [21615]
It's a rare corner case, but it does happen. TimeSpans can be negative, so instead of returning null, the format should allow for that.
View ArticleEdited Feature: RangeSlider: Deferred update [21580]
In some applications, each update of the LowerValue or UpperValue binding causes expensive operations in the ViewModel. It is thus important that the slider does not update its LowerValue or UpperValue...
View ArticleEdited Issue: Nested AvalonDock - Memory Leak [21567]
I've described this problem already here: https://avalondock.codeplex.com/workitem/16060 and proposed a solution. Please review it.A have one main docking manager and nested docking manager is...
View ArticleEdited Issue: BusyIndicator size problem with binding [21239]
The BusyIndicator got a problem with the width and binding.When you got a big string as BusyContent and then you change it later on with a smaller string. The width used is still from the long string.I...
View Article