Created Issue: Strange autohide un-hiding behavior on document close [21997]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/641422.
View ArticleEdited Issue: Strange autohide un-hiding behavior on document close [21997]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/641422.
View ArticleNew Post: Strange autohide un-hiding behavior on document close
Hi, Thanks for your sample. Currently, when the active item is removed, we try to find another item to become the "active" one. If there are no more items, the first one found (from layout sides) will...
View ArticleCommented Issue: Strange autohide un-hiding behavior on document close [21997]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/641422.Comments: ** Comment from web user: BoucherS ** This will be fixed in v2.9
View ArticleNew Post: DateTimePicker Time resets
Hi, What version of the Toolkit are you using ? What is your system language ? Can you submit a sample with the bug ? I can not reproduce this in the latest version of the Toolkit (v2.8 Plus Edition).
View ArticleCommented Feature: Why modifying an expandable object doesn't not refresh the...
Based on CodePLex discussion https://wpftoolkit.codeplex.com/discussions/351469.If a propertyItem from an expandable PropertyItem is modified, and the parent PropertyItem uses it in its ToString()...
View ArticleEdited Issue: Exception using Memory Clear Button [18898]
When you try to calculate any expression that will result an error (like 8 divided by 0, that result ERROR in display text) and you hit the MC button or other button that try to parse the display value...
View ArticleCommented Issue: Crash on array in PrimitiveTypeCollectionEditor (correction...
namespace Xceed.Wpf.Toolkit.PropertyGrid.Editors{ public class PrimitiveTypeCollectionEditor : TypeEditor { protected override void SetControlProperties() { Editor.BorderThickness = new...
View ArticleClosed Issue: Crash on array in PrimitiveTypeCollectionEditor (correction...
namespace Xceed.Wpf.Toolkit.PropertyGrid.Editors{ public class PrimitiveTypeCollectionEditor : TypeEditor { protected override void SetControlProperties() { Editor.BorderThickness = new...
View ArticleCommented Issue: ColorCanvas: Numeric input should use a NumericUpDown [19010]
On the ColorCanvas, next to the color slider, the TextBox that allow input a numeric value allow to input anything. You can type "asdfasdfasfdasdf" and see the TextBox resize itself deforming the...
View ArticleClosed Issue: ColorCanvas: Numeric input should use a NumericUpDown [19010]
On the ColorCanvas, next to the color slider, the TextBox that allow input a numeric value allow to input anything. You can type "asdfasdfasfdasdf" and see the TextBox resize itself deforming the...
View ArticleNew Post: Strange autohide un-hiding behavior on document close
Thank you for this followup; keep up the great work!
View ArticleEdited Issue: Calculator: MR button not working [19037]
Click "2"Click MS (Memory Store)Click C (Clear)Click "1"Click "/"Click "MR" (Memory Restore)Here you see the "2" stored redisplayed.Click "="Expected result: Display "0.5" the result of "1 / 2".Actual...
View ArticleCommented Issue: BusyIndicator problem [19056]
Hi.I set DisplayAfter= e.g. 5 seconds.Then I set IsBusy= true .... the timer starts running.....Then I set IsBusy=false (timespan between this last two operations is less then 5 seconds)......then is...
View ArticleClosed Issue: MessageBox kills Application.Current when hosted in WinForms...
I'm using MessageBox from Extended WPF Toolkit in WPF component, which hosted in Windows Forms application via ElementHost. To share some resources, I'm using this approach: if (Application.Current !=...
View ArticleNew Comment on "IntegerUpDown"
Thanks for this great toolkit. I was wondering if it is possible to show (not only input) integer values in Hex format.
View ArticleNew Comment on "IntegerUpDown"
Thanks for this great toolkit. I was wondering if it is possible to show (not only input) integer values in Hex format.
View ArticleNew Comment on "IntegerUpDown"
Thanks for this great toolkit. I was wondering if it is possible to show (not only input) integer values in Hex format.
View ArticleEdited Feature: The mouse wheel should zoom in/out [19175]
A user left a comment in the Magnifier documentation:I added a MouseWhell event so that the magnifier can zoom in or out by rotating the mouse wheel. It appears that the magnifier zooms in/out based on...
View ArticleNew Post: DoubleUpDown disable Enter action on spinner
Hi, i'm using the DoubleUpDown item, i set an increment of 0,5 and when i use the up arrow spin to change the value, the value is updated by +0,5. In this situation if i press Enter on the keyboard the...
View Article