Updated Wiki: WatermarkTextBox
WatermarkTextBox Derives from Xceed.Wpf.Toolkit.AutoSelectTextBoxThe WatermarkTextBox is simply a TextBox that allows you to specify an object, usually a String, to represent null or missing text.Using...
View ArticleUpdated Wiki: WindowContainer
WindowContainer Derives from CanvasStarting with version 2.0, ChildWindow and MessageBox are derived from the WindowControl class and no longer manage their parent’s background or their position based...
View ArticleUpdated Wiki: Wizard
Wizard Derives from ItemsControlRepresents a wizard control that presents pages to assist the user in performing a task or series of tasks.<xctk:Wizard FinishButtonClosesWindow="True">...
View ArticleUpdated Wiki: Zoombox
Zoombox Derives from ContentControlThe Zoombox control provides zoom and pan functionality for its content. It also provides ViewFinder functionality so that the user can identify where they are...
View ArticleNew Post: CheckListBox not showing data
I've created a User Control with a CheckListBox and when the Control is displayed, there is no data visible. I have verified that the CheckListBox items have the contents that were added, but the...
View ArticleNew Post: CheckListBox not showing data
Thank you so much – the text is showing up, but the checkbox entries are not showing up (all unchecked).Are the parameters correct for the CheckListBox object?<xctk:CheckListBox...
View ArticleNew Post: PropertyGrid Dictionary Editor
Does the PropertyGrid support Dictionaries? Other collections use the Collection Editor, but Dictionaries do not seem to have any default editor.
View ArticleEdited Feature: DoubleUpDown.IsEditable gone? [19754]
From discussion:https://wpftoolkit.codeplex.com/discussions/444607IsReadOnly property has replaced "IsEditable" since v1.6.But the current property (IsReadOnly) disable all input.The legacy behavior...
View ArticleEdited Feature: ColorPicker: Allow to sort color / Sort color differently...
Based on Discussion: http://wpftoolkit.codeplex.com/discussions/257235 There seems to be a need to sort the "standard colors" differently.
View ArticleEdited Issue: ColorPicker: The MenuItem behind the clicked color is also...
When selecting a color from the `ColorPicker` popup that placed inside a Menuitem, if there is a MenuItem behind the clicked color, it will also be clicked. In my case, the menu item that was...
View ArticleEdited Issue: PropertyGrid ReadOnlyAttribute & Foreground [19708]
from [this discussion](https://wpftoolkit.codeplex.com/discussions/443557)-=-=-=-=-=-=-=-=-=-How I can mark readonly property in PropertyGrid by gray color (as PropertyGrid in VS)?
View ArticleEdited Feature: Create a TimeSpanUpDown [18607]
The creator of this issue expressed the need for an TimeSpanUpDown control.His implementation was originally posted as the description. It is now an attachment
View ArticleEdited Feature: Support GUID editor in PropertyGrid [18913]
Based on Issue:http://wpftoolkit.codeplex.com/workitem/18854
View ArticleEdited Issue: Do not update Property on "Enter" [19077]
Need expressed from patch 13448 ( http://wpftoolkit.codeplex.com/SourceControl/list/patches )The actual behavior of the PropertyGrid is to update the source item when "enter" is pressed. The user...
View ArticleEdited Feature: Create DateTimePicker.TimePickerVisibility [19173]
Based on discussion http://wpftoolkit.codeplex.com/discussions/428268The user expressed his need to hide the TimePicker in the DateTimePicker.
View ArticleEdited Feature: Support Char editor in PropertyGrid [18914]
Based on Issue:http://wpftoolkit.codeplex.com/workitem/18854
View ArticleEdited Feature: Support preview of FrameworkElements in PropertyGrid [18916]
Based on Issue:http://wpftoolkit.codeplex.com/workitem/18854
View ArticleEdited Feature: PropertyGrid TimeSpan editor does not support span greater...
From Issue:http://wpftoolkit.codeplex.com/workitem/18854
View ArticleEdited Issue: DateTimePicker select date bug [20441]
When I try to use DateTimePicker from Extended Wpf Toolkit I found this strange behaviour.If I set up time any value differs from 0:00 and then try to select day in the next...
View ArticleEdited Issue: MessageBox v2.0 borderbrush can't be disabled [19951]
In the version 2.0, I try to modify the messageBox style by removing border. If you set BorderBrush value to x:Null, border isn't disabled.
View Article