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 8e558b1436 changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 15 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. 15 years ago
ChildWindow ChildWindow: fixed modal overlay when IsModal = true 15 years ago
ColorPicker changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 15 years ago
Core InputBase: Renamed DisplayText back to Text. made more sense and I didn't want to go change all the documentation to DisplayText :0P 15 years ago
DateTimeUpDown DateTimeUpDown: fixed bug that occurs when you hit the enter button. 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. 15 years ago
MaskedTextBox changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 15 years ago
MessageBox various bug fixes, consolidated common styles 16 years ago
NumericUpDown InputBase: Renamed DisplayText back to Text. made more sense and I didn't want to go change all the documentation to DisplayText :0P 15 years ago
Properties reving up for november release 15 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 15 years ago
RichTextBoxFormatBar changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 15 years ago
Themes fixed some focusing when tabbing issues. 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 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 added new DateTimeUpDown control. Aloows you to use spin buttons or the mouse wheel to increment/decrement individual sections of a DateTime value. There are currently 10 supported formats: FullDateTime, LongDate, LongTime, MonthDay, RFC1123, ShortDate, ShortTime, SortableDateTime, UniversalSortableDateTime, and YearMonth. Use the control as follows: 15 years ago
WPFToolkit.Extended.csproj.vspscc initial project check in 16 years ago