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 f12df52f69 CheckListBox: renamed properties 15 years ago
..
BusyIndicator re-fixed the busy indicator focus issue. Dang you copy and paste! 15 years ago
ButtonSpinner ButtonSpinner: Added AllowSpin and ShowButtonSpinner properties 16 years ago
Calculator Calculator: % now works like Windows Calc.exe 15 years ago
CalculatorUpDown NUmeric UpDown editors: Fixed .NET 3.5 bug with TextAlignment property. 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 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. 16 years ago
ColorCanvas ColorCanvas: added SelectedColorChanged event 16 years ago
ColorPicker ColorPicker: added 3 properties; AvailableColorsHeader, StandardColorsHeader, and RecentColorsHeader which will allow you to change the text for the respective sections. 15 years ago
Core UpDown controls: added MouseWheelActiveOnFocus property which allows you to decide if the control must have focus in order for the mouse wheel to incement/decrement the value. True by default. 15 years ago
DateTimePicker DateTimePicker: re-wrote control to derive from DateTimeUpDown 15 years ago
DateTimeUpDown DateTimeParser: added support for cultures that have "." as a date/time separator such as Danish. 15 years ago
DropDownButton SplitButton now derives from DropDownButton. 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. 16 years ago
MaskedTextBox/Implementation forgot to removed maskedTextBox theme 15 years ago
MessageBox MessageBox: added ability to define any content for the message box buttons. So you ar enot limited to just text such as "Yes" or "No", but instead you can it to any content such as UI elements and images. 15 years ago
NumericUpDown WatermarkTextBox: implemented SelectAllOnGotFocus property 15 years ago
Properties added AllowPartiallyTrustedCallers assembly attribute 15 years ago
PropertyGrid ProperytGrid: Filtering now filters off the DisplayName 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 SplitButton now derives from DropDownButton. 15 years ago
Themes added new DropDownButton control 15 years ago
TimePicker TimePicker: added value changed event. 15 years ago
WatermarkTextBox WatermarkTextBox: implemented SelectAllOnGotFocus property 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 CheckListBox: renamed properties 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 16 years ago