New Post: ChildWindow center issue when content size is changed
I've faced a problem that the child window was not centered correctly if the content was changed. Actually, it always remembers its previous position. Let's see below example.Click "Small Dialog"...
View ArticleCreated Issue: ChildWindow center issue when content size is changed [19713]
I've faced a problem that the child window was not centered correctly if the content was changed.Actually, it always remembers its previous position. Let's see below example. 1.Click "Small Dialog"...
View ArticleCreated Issue: ChildWindow center issue when content size is changed [19714]
ChildWindow is not centered even when WindowStartupLocation="Center".Based on discussion http://wpftoolkit.codeplex.com/discussions/443690.
View ArticleNew Post: ChildWindow center issue when content size is changed
An Issue has been created for this : https://wpftoolkit.codeplex.com/workitem/19714.
View ArticleClosed Issue: ChildWindow center issue when content size is changed [19714]
ChildWindow is not centered even when WindowStartupLocation="Center".Based on discussion http://wpftoolkit.codeplex.com/discussions/443690.Comments: Duplicate of...
View ArticleClosed Issue: Numberic UpDown Data Binding not working when you press up or...
I belive this si a bug in controls inheriting UpDownBase class.1. Databind value properto of any control inheriting UpDownBase , for example IntegerUpDown, DecimalUpDown, etc...2. Press Up or Down...
View ArticleClosed Issue: Editing IntegerUpDown is not compatible with hexadecimal [18905]
If I change the string format to in IntegerUpDown to hexadecimal like this:When I toggle up and down the it works fine. but if I where to edit the value by inputting directly, it would take it as an...
View ArticleClosed Issue: Default value not reset when DecimalUpDown is cleared [18895]
When a DecimalUpDown control has a default value set and I clear the contents of the control I would expect it to return to the default value. Instead it shows the watermark and the control has the red...
View ArticleClosed Issue: NumericUpDown add invalid text to OnInputValidationError...
When InputValidationError is rised i cannot get text that cause a problem.Text and Value will be set to old value.
View ArticleClosed Issue: NumericUpDown. Show NaN and infinity values. v1.8.0 [18888]
Now i got error when trying to set NAN or infinity value to my numeric editor. Maximum and min is set but NAN and infinity might be special cases and contol should has separate processing of those...
View ArticleClosed Issue: DateTimePicker edit exception [18855]
editing DateTimePicker when the calendar is closed using keyboard and pressing Enter causes an ArgumentNullException Value cannot be null.Parameter name: target
View ArticleClosed Issue: IntegerUpDown: Text property and actual text gets...
Problem:The text that is displayed in my IntegerUpDown's textbox does not match the Text property of the IntegerUpDown (the Text property of IntegerUpDown.Textbox matches IntegerUpDown.Text) when using...
View ArticleClosed Feature: Support Checking items with the keyboard (space) [18719]
Based on discussion: http://wpftoolkit.codeplex.com/discussions/397266
View ArticleClosed Issue: manual text entry doesn't work [18624]
hiif i manually type in "2010" for the year, and tab out of the control, the year reverts back to 2012any other manual changes have the same issueonly if i use the spinners, can i change the datethank you
View ArticleClosed Feature: PropertyGrid: Support Multiple SelectedObjects [18554]
Based on the following discussion:http://wpftoolkit.codeplex.com/discussions/331532 Can't remember where or when, but I've seen such a request somewhere else. A comment on the PropertyGrid...
View ArticleClosed Issue: RichTextBoxFormatBar does not display when mouse over selection...
Using the RichTextBox sample, adding selection with the mouse display the RichTextFormatBar, but once the format bar disappear, it won't show up again when the mouse is next to the selection.
View ArticleClosed Issue: CheckedComboBox needs MaxDropDownHeight Property [18067]
If many items are insert the DropDown extend its high unlimited. Workaround: <xctk:CheckComboBox.ItemsPanel><ItemsPanelTemplate><VirtualizingStackPanel IsItemsHost="True"...
View ArticleClosed Issue: childwindow start-up location issue [18046]
The childwin.WindowStartupLocation enum is messed up. Version: 1.6 release ChildWindow.WindowStartupLocation = WindowStartupLocation.Manual will centralize the window while...
View ArticleClosed Issue: Magnifier new bug [18039]
If the radius of the Magnifier is increased dynamically beyond it's size at creation the circle is clipped ( Viewbox not being resized correctly?), this did not happen in version 1.5
View Article