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 679bd24e0e 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
..
DateTimeFormat.cs DateTimeUpDown: added support for custom format. Simply specify the Format as Custom and then provide a FormatString. 16 years ago
DateTimeInfo.cs did some refactoring of DateTimeUpDown 16 years ago
DateTimePart.cs 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: 16 years ago
DateTimeUpDown.cs 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