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 7e23ff70da ButtonSpinner: Fixed tabbing issues. 16 years ago
..
BusyIndicator various bug fixes, consolidated common styles 16 years ago
ButtonSpinner added new NumericUpDown control. It provides spin buttons to increment and decrement the value. You can also specifiy a format in which to show the value such as currency C2, or decimal up to three decimals F3. YOu can specify a Min and Max value as well as the increment values. You can also specify if the user can type in the textbox by setting IsEditable property. Support for up/down arrows and mouse wheel. 16 years ago
ChildWindow ChildWindow: fixed bug when trying to use in XBAP 16 years ago
ColorPicker ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. 16 years ago
Core Added ValueChanged event to DateTimeUpDown and NumericUpDown. 16 years ago
DateTimeUpDown Added ValueChanged event to DateTimeUpDown and NumericUpDown. 16 years ago
Magnifier added new Magnifier control. It magnifies anything that it is attached to. You can attach it to any thing that is of type UIElement. To attach it use the MagnifierManager as follows. The ZoomFactor controls how far to zoom in. ZoomFactor ranges from 0.0 up to 1.0. The lower the number the deeper the zoom. 0 being the most zoomed in and 1 being normal size. It is a double so play around with values such as .009 or .2386 to get the desired effect. 16 years ago
MaskedTextBox MaskedTextBox: fixed Blend designer error. 16 years ago
MessageBox [14735]: MessageBox: fixed ArgulmentNullException when showing a messageBox before a window has loaded. 16 years ago
NumericUpDown Added ValueChanged event to DateTimeUpDown and NumericUpDown. 16 years ago
Properties reving up for november release 16 years ago
RichTextBox RichTextBox: Removed the AllowFormatting property and completely changed the way the format bar works. The format bar is now a seperate control and can be used either on the deafult RichTextBox or the toolkit's RichTextBox. The format bar is used in conjunction with a format bar manager class. You add the format bar as follows 16 years ago
RichTextBoxFormatBar ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. 16 years ago
Themes ButtonSpinner: Fixed tabbing issues. 16 years ago
UpDownBase InputBase: Renamed DisplayText back to Text. made more sense and I didn't want to go change all the documentation to DisplayText :0P 16 years ago
VisualStates.cs refactored visual states into partial class. also added individual resource dictionary for busy indicator. 16 years ago
WPFToolkit.Extended.csproj ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. 16 years ago
WPFToolkit.Extended.csproj.vspscc initial project check in 16 years ago