Is there a way to switch the functions of the numericupdown buttons? (i.e the up button deceases value and the down button increases value?)
1 Answer, 1 is accepted
0
Konstantina
Telerik team
answered on 14 Nov 2012, 03:45 PM
Hello Andrew,
I would suggest you do the following: edit the template of the NumericUpDown control and switch the x:Names of the RepeatButtons in the template. You could easily edit the template of the NumericUpDown control using Blend Expression. Just drop a control on the design surface, right-click it and choose from the menu Edit Template-> Edit a Copy. Blend will generate all the needed resources.