14 Commits (21ede68b8b06db27a14f449ebf1be59b7402237d)

Author SHA1 Message Date
brianlagunas_cp 43564c3cce DateTimeUpDown: fixed bug when using custom formats and IsEditable = true 15 years ago
brianlagunas_cp 256bc70a27 Numeric UpDown editors: fixed issue with with Value being set before the newValue is coerced and then having the Value set again. Now the Value is coerced and set only once. 15 years ago
brianlagunas_cp 9d90261826 UpDown editors: due to a bug in Visual Studio, you cannot create event handlers for events that have generic or nullable event args in XAML. So I changed the event args to object to support the design experience, but this now forces you to cast the result of the new value to the appropriate data type. 15 years ago
brianlagunas_cp c3b25b60ad DateTimePicker and TimePicker: added Watermark and WatermarkTemplate properties. Also fixed small bug in the DateTimePicker. 15 years ago
brianlagunas_cp b7b88c6903 removed NumericUpDown control. 15 years ago
brianlagunas_cp ccdae8bb19 NumericUpDown and DateTimeUpDown: Renamed NullValue to DefaultValue. 15 years ago
brianlagunas_cp 55c9ce7f55 small misc fixed and changes. 15 years ago
brianlagunas_cp 6a0c61dbae DateTimeUpDown: got date/time editing working for most common patterns. If the DateTime value has characters between the different DateTime parts such as T or Z, it will not work correctly. 15 years ago
brianlagunas_cp 35c134a302 DateTimeUpDown: fixed bug I just introduced. 15 years ago
brianlagunas_cp c4b66dce21 DateTimeUpDown: working on making the control editable (enter values with keyboard). Only have the date editing working. Still working on the time editing. 15 years ago
brianlagunas_cp 0669e78ec7 NumericUpDown and DateTimeUpDown: added NullValue property which allows you to set a default value if the bound value is null. The NullValue will be used when the increment/decrement buttons are pressed on a null value. 15 years ago
brianlagunas_cp faa7825423 Major overhaul of NumericUpDown, DateTimeUpDown, and MaskedTextBox in order to support null values. Need extensive testing because I am sure I broke something. 15 years ago
brianlagunas_cp 8d02413ea0 DateTimeUpDown: fixed bug when DateTimePart selection would not be correct when setting the Value property first in XAML. 15 years ago
brianlagunas_cp d48a3d1211 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. 15 years ago