New Comment on "CheckListBox"
How do I make it scroll horizontally instead of vertically. ie. multiple columns
View ArticleUpdated Wiki: Extended WPF Toolkit Plus
Develop better and faster Upgrade to Extended WPF Toolkit Plus to get a year's worth of priority support, extra controls, extra features, early access to updates, and more. All for only $180.Not only...
View ArticleNew Comment on "MaskedTextBox"
I am using the MaskedTextBox to bind to a string representation of a TimeSpan (i.e. 00:01:00.0) I am binding to the string via a TwoWay binding on the Value property. I have set IncludeLiterals to true...
View ArticleNew Comment on "Magnifier"
I'm trying to using it by adding in code behind, but I've some problem. In the xaml I'have a <DockPanel Name="MainWinPanel" KeyboardNavigation.TabNavigation="Cycle" > </DockPanel > I add a...
View ArticleNew Comment on "Magnifier"
Follow the xaml <Window x:Class="WPFextk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
View ArticleUpdated Wiki: Documentation
ControlsAutoSelectTextBoxBusyIndicatorButtonSpinnerCalculatorCalculatorUpDownCheckComboBoxCheckListBoxChildWindowCollectionEditorCollectionControlDialogColorCanvasColorPickerDataGridDateTimePickerDateT...
View ArticleNew Comment on "DropDownButton"
You need to add support for Windows 8's theme. (i.e. flat gray buttons). You should be able to do this by just checking if the OS is 8, and if so, use a Windows 8 theme, otherwise, use the default...
View ArticleNew Comment on "RichTextBoxFormatBar"
We are facing few issues with Richtext formatbar 1) If we enter text with line space and then if we do bulleting/Numbering then line space are also bulleted. 2)for bulleting/Numbering Text if change...
View ArticleNew Comment on "RichTextBoxFormatBar"
Hi, We are using Richtextcontrol in our project, and we are facing few issues with Richtext formatbar. 1) If we enter text with line space and then if we do bulleting/Numbering then line space are also...
View ArticleUpdated Wiki: Extended WPF Toolkit Plus
Develop better and faster Upgrade to Extended WPF Toolkit Plus to get a year's worth of priority support, extra controls, extra features, early access to updates, and more. All for only $180.Not only...
View ArticleUpdated Wiki: Extended WPF Toolkit Plus
Develop better and faster Upgrade to Extended WPF Toolkit Plus to get a year's worth of priority support, extra controls, extra features, early access to updates, and more. All for only $180.Not only...
View ArticleNew Comment on "CheckComboBox"
When I select an item in combobox... its text changes to checkedCombobox.selecteditem.value:ITEM1 Ho can that be fixed?
View ArticleUpdated Wiki: DateTimeUpDown
DateTimeUpDown The DateTimeUpDown control allows a user to increment or decrement a DateTime using button spinners, up/down keys, or the mouse wheel.Usage To use the DateTimeUpDown control simply...
View ArticleUpdated Wiki: DropDownButton
DropDownButton The DropDownButton control is a button that when clicked displays a drop down in which you can place any custom content. <extToolkit:DropDownButton Content="Click Me" Margin="15" >...
View ArticleUpdated Wiki: Magnifier
Magnifier The Magnifier control does exactly what is sounds like. It allows a user to magnify parts of an application.UsagePropertiesExampleUsageYou can add the Magnifier to any element that is of type...
View ArticleUpdated Wiki: MaskedTextBox
MaskedTextBox Represents a control that limits the input text to the format determined by the specified mask.Note: This version of MaskedTextBox replaces the toolkit's original control, providing a...
View ArticleUpdated 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 Article