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 d2fc320f65 ChildWindow: fixed focus issue when showing the ChildWindow and immediately tabbing. 15 years ago
..
BusyIndicator various bug fixes, consolidated common styles 16 years ago
ButtonSpinner Spinner: fixed bug when exception occurred when the spinner button was clicked after typing a number above the maximum allowed. 16 years ago
ChildWindow ChildWindow: fixed focus issue when showing the ChildWindow and immediately tabbing. 15 years ago
ColorPicker ColorPicker: added transparent color swatch to Standard Colors. Fixed minor binding errors. 15 years ago
Core ColorPicker: added transparent color swatch to Standard Colors. Fixed minor binding errors. 15 years ago
DateTimeUpDown DateTimeUpDown: added Left and Right keyboard navigation so the user can use the keyboard to select the different DateTime parts instead of having to use the mouse everytime. 15 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 MaskeTextBox and NumericUpDown: implemented support for access keys when used with a Label. 16 years ago
MessageBox [14735]: MessageBox: fixed ArgulmentNullException when showing a messageBox before a window has loaded. 16 years ago
NumericUpDown MaskeTextBox and NumericUpDown: implemented support for access keys when used with a Label. 16 years ago
Properties small bug fixed and reving for 1.3 release 16 years ago
RichTextBox RichTextBox: fixed bug when using custom formatter and binding to null/empty text property. Also added RichTextBox.Clear method to allow user to programmatically clear the contents of the RTB. 16 years ago
RichTextBoxFormatBar RichTextBoxFormatBar: fixed bug when setting a RTB background color to anything but white and then showing the format bar which would add a white highlight color to the selected text. 15 years ago
Themes forgot to check in generic.xaml with last check in 15 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 ChildWIndow: fixed bug which was cause by showing the window then resizing the parent, the window would not recalculate its position to stay in view. I refactored the code. I also added a new property called WindowStartupLocation. There are two options; Center and Manual. Set it to Center if you want the ChildWindow to always be centered when it opens. Set it to Manual if you want to control where it opens by setting the Top and Left properties. If set on Manual and the user drags the ChildWindow and closes it, it will reopen the last place the user moved it. The default value is Manual. 15 years ago
WPFToolkit.Extended.csproj.vspscc initial project check in 16 years ago