Updated 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 Comment on "PropertyGrid"
I need some custom Sort of the properties which are shown in the Property Grid. Please help me out if there is any possibility.
View ArticleNew Comment on "PropertyGrid"
<no name> tag appears on the Property Grid when Selected Index is -1. Please help me how to remove the tag ?
View ArticleNew Comment on "PropertyGrid"
hi ashwin893, for custom sort properties use PropertyOrderAttribute: [Xceed.Wpf.Toolkit.PropertyGrid.Attributes.PropertyOrder(10)] [System.ComponentModel.DisplayName("My name")] public string Name {...
View ArticleNew Comment on "TimelinePanel"
Is it possible to make the TimelinePanel respect the MinHeight property of the child elements?
View ArticleUpdated Wiki: Home
New! Community Edition v1.9.0 with a record-breaking 70 improvements (see list) and a new control. Plus Edition just updated to v2.0.0, Community Edition coming in the next few days.Extended WPF...
View ArticleUpdated Wiki: Home
New! Community Edition v1.9.0 with a record-breaking 70 improvements (see list) and a new control. Plus Edition just updated to v2.0.0, Community Edition coming in the next weekfew days.Extended WPF...
View Article