Updated Wiki: MessageBox
MessageBox Displays a message box that has a message and that returns a result. ButtonsIconsUsageStyle GuideButtonsIconsUsage The MessageBox mimics the behavior of the System.Windows.MessageBox...
View ArticleUpdated Wiki: MultiLineTextEditor
MultiLineTextEditor Represents a resizable multi-line text editor that displays in a dropdown.Properties / Events Property Description DropDownHeight Gets or sets the height of the dropdown....
View ArticleUpdated Wiki: NumericUpDown-derived controls
Follow the links below to the specific types: DecimalUpDownDoubleUpDownByteUpDownIntegerUpDownLongUpDownShortUpDownSingleUpDownGet 50+ awesome WPF controls in the Plus Edition.---
View ArticleUpdated Wiki: Panels
Panels Xceed Extended WPF Toolkit provides a panel animation framework that lets you switch between panels with the same children on the fly. The control responsible for the switching is called...
View ArticleUpdated Wiki: PrimitiveTypeCollectionEditor
PrimitiveTypeCollectionEditor Represents an editor of primitive types.Properties Property Description IsOpen Gets or sets a value indicating whether the editor's dropdown is open. ItemsSource Gets or...
View ArticleUpdated Wiki: PropertyGrid
PropertyGrid The PropertyGrid control allows you inspect and edit properties of an object. This PropertyGrid allows you to autogenerate all properties or specify the specific properties you want to...
View ArticleUpdated Wiki: RichTextBox
RichTextBox Extends the System.Windows.Control.RichTextBox control that represents a rich editing control which operates on FlowDocument objects. The RichTextBox control has a Text dependency property...
View ArticleUpdated Wiki: PropertyGrid
PropertyGrid The PropertyGrid control allows you inspect and edit properties of an object. This PropertyGrid allows you to autogenerate all properties or specify the specific properties you want to...
View ArticleUpdated Wiki: Zoombox
Zoombox The Zoombox control provides zoom and pan functionality for its content. It also provides ViewFinder functionality so that the user can identify where they are viewing within the bigger...
View ArticleUpdated Wiki: Wizard
Wizard Represents a wizard control that presents pages to assist the user in performing a task or series of tasks.<xctk:Wizard FinishButtonClosesWindow="True"> <xctk:WizardPage...
View ArticleUpdated Wiki: WatermarkTextBox
WatermarkTextBox The WatermarkTextBox is simply a TextBox that allows you to sepcify an object, usually a String, to represent null or missing text.Using Text<xctk:WatermarkTextBox Watermark="Enter...
View ArticleUpdated Wiki: TimePicker
TimePicker Represents a control that allows users to select a time. Properties / Events Property Description AllowSpin Gets or sets a value indicating whether interacting with the spinner will result...
View ArticleUpdated Wiki: TimelinePanel
TimelinePanel TimelinePanel is a WPF panel that arranges its children along a timeline. Items are placed along the timeline based on the Date attached property, which is set on each...
View ArticleUpdated Wiki: SplitButton
SplitButton The SplitButton control is a button that can be clicked and also provides a drop down in which you can place any custom content within. <xctk:SplitButton Content="Click Me">...
View ArticleUpdated Wiki: RichTextBoxFormatBar
RichTextBoxFormatBar The RichTextBoxFormatBar is a contextual formtting toolbar that mimics the behavior of the Microsoft Office 2010 formatting bar. It can be attached to any Richtextbox control by...
View ArticleUpdated Wiki: RichTextBox
RichTextBox Extends the System.Windows.Control.RichTextBox control that represents a rich editing control which operates on FlowDocument objects. The RichTextBox control has a Text dependency property...
View ArticleNew Post: How to set focus on the desired PropertyItem of a PropertyGrid...
I read your question because I just downloaded the WPF controls to learn them. I am new to WPF. So I am just hazarding a guess here, Is there an editor associated with the property and would the editor...
View ArticleCommented Issue: Zoombox Crash in scale binding [19022]
if scale on the zoombox binds to a control that is declare after the current zoombox control. it will crash the application.This must be because scale is being based on a static resource, should be...
View ArticleCommented Issue: Zoombox.Scale throws NullReferenceException [18713]
Setting Zoombox.Scale through XAML throws a NullReferenceException, whether thru a binding or literal value, and will crash the Visual Studio 2010 designer.Comments: ** Comment from web user: hillin **...
View ArticleNew Post: How to set focus on the desired PropertyItem of a PropertyGrid...
Hello timo888, I use the default Editor for each propertyItem (there is a default editor for each property type). And i would like, for example for a TextBox editor, than the textbox receive the focus...
View Article