brianlagunas_cp
|
5d3516bfe4
|
WatermarkTextBox: implemented SelectAllOnGotFocus property
|
15 years ago |
brianlagunas_cp
|
21a737032d
|
Numeric UpDown editors: fixed bug dealing with the FormatString I introduced when trying to fix another bug.
|
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.
Various bug fixes
|
15 years ago |
brianlagunas_cp
|
6bb1c3dff2
|
numeric UpDown editors: fixed minor bug when data binding the FormatString.
|
15 years ago |
brianlagunas_cp
|
bbb53816ce
|
numeric updown controls: fixed the percent formatting
|
15 years ago |
brianlagunas_cp
|
b7b88c6903
|
removed NumericUpDown control.
|
15 years ago |
brianlagunas_cp
|
8e5c79604a
|
refactored new numeric editors and added the editors to the PropertyGrid control. Now time to start ripping out the old NumericUpDown control.
|
15 years ago |
brianlagunas_cp
|
51e6a10b9f
|
check in of new DecimalUpDown and DoubleUpDown. All numeric UpDown controls shoudl be functional. Now it is time to refactor.
|
15 years ago |
brianlagunas_cp
|
d6134885b2
|
NumericUpDown: fixed small issue with FormatString.
|
15 years ago |
brianlagunas_cp
|
6f5d844125
|
checked in initial IntegerUpDown control. Not ready for use, just getting it in the code base.
|
15 years ago |
brianlagunas_cp
|
ccdae8bb19
|
NumericUpDown and DateTimeUpDown: Renamed NullValue to DefaultValue.
|
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
|
8cc7bb073b
|
NumericUpDown: changed default ValueType to Decimal.
initial check in of new Calculator UpDown control.
|
15 years ago |
brianlagunas_cp
|
ce31bb0c7a
|
PropertyGrid: added NumericUpDown type editor for double and int.
|
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 |