6 Commits (93a27b5ab4823cbf8a27e93dde4b16ee4b153ad9)

Author SHA1 Message Date
brianlagunas_cp 70f5b84375 ButtonSpinner: Added AllowSpin and ShowButtonSpinner properties 15 years ago
brianlagunas_cp 7f5febee3f ButtonSpinner: fixed minor tabbing issue that I introduced when I implemented the ButtonChrome 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
brianlagunas_cp 3b0508eb3a Spinner: fixed bug when exception occurred when the spinner button was clicked after typing a number above the maximum allowed. 15 years ago
brianlagunas_cp 532dab48f0 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. 16 years ago
brianlagunas_cp 308ad9dc85 initial checkin of new ButtonSpinner control. Allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. To add use the following syntax 16 years ago