All the controls missing in WPF. Over 1 million downloads.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brianlagunas_cp 7553284ceb MaskedTextBox: fixed bug that was introduced with new "typing while all text selected overwrites value" feature, where the Tab key would cause the text to be deleted when all text was selected. 15 years ago
..
BusyIndicator re-fixed the busy indicator focus issue. Dang you copy and paste! 15 years ago
ButtonSpinner Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
Calculator added Calculator samples to sample application 15 years ago
CalculatorUpDown DateTimeUpDown: added support for custom context menu 15 years ago
CheckListBox CheckListBox: renamed properties 15 years ago
ChildWindow ChildWindow: fixed bug in the .NET 3.5 version when setting the FocusVisualStyle in the OnApplyTemplate method. .NET 3.5 doesn't support setting Setter.Value with a ContentControl so it is a limitation of the .net framework. Luckily this works in .NET 4.0. The work around was to not use a focus visual style in the .NET 3.5 version and to set it to null. 15 years ago
Chromes Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
CollectionEditors merged all controls and bug fixes into the .NET 3.5 solution. 15 years ago
ColorCanvas ColorCanvas: added SelectedColorChanged event 15 years ago
ColorPicker various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. 15 years ago
Core PropertyGrid: finished CollectionEditor control. This editor will only work for collections that implement the IList interface. 15 years ago
DateTimePicker Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
DateTimeUpDown DateTimeUpDown/DateTimePicker: fixed applying a custom format when the FormatString is defined first in XAML. 15 years ago
DropDownButton Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
Magnifier Major overhaul of folder structure. Seperated Generic resource dictionary into smaller more managable resource dictionaries (one for each control). This will also help add support for theming. Hopefully I didn't break anything. 15 years ago
MaskedTextBox/Implementation MaskedTextBox: fixed bug that was introduced with new "typing while all text selected overwrites value" feature, where the Tab key would cause the text to be deleted when all text was selected. 15 years ago
MessageBox MessageBox: fixed issue where it is possible for the button in the click event handler to be null. 15 years ago
MultiLineTextEditor merged all controls and bug fixes into the .NET 3.5 solution. 15 years ago
NumericUpDown Numeric up/down controls: fixed issue with Control.Focus(). 15 years ago
Properties incremented to v1.5.0.0 15 years ago
PropertyGrid PropertyGrid: added ShowAdvancedOptions property. 15 years ago
RichTextBox RichTextBox: when the SetText was placed in the Dispatcher the TextChanged event would fire multiple times which would set the source value mutliple times. This has been fixed. 15 years ago
RichTextBoxFormatBar RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. 15 years ago
SplitButton Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
Themes added new MultiLineTextEditor control. PrimitiveTypeCollectionEditor now uses this control for accepting text input. 15 years ago
TimePicker DateTimeUpDown: added support for custom context menu 15 years ago
WatermarkTextBox WatermarkTextBox, fixed small issue with SelectAllOnGotFocus and updated sample to include this feature. 15 years ago
Wizard Wizard: Made WizardPageType.Exterior the default PageType 15 years ago
VisualStates.cs refactored visual states into partial class. also added individual resource dictionary for busy indicator. 16 years ago
WPFToolkit.Extended.csproj merged all controls and bug fixes into the .NET 3.5 solution. 15 years ago
WPFToolkit.Extended.csproj.vspscc initial project check in 16 years ago
sn.snk removed password from strong name key due to a bug in Visual Studio: http://connect.microsoft.com/VisualStudio/feedback/details/524792/importing-key-file-was-canceled 15 years ago