Hi,
It is possible to have padding on the control NumericUpDown ?
Also the same of DateTimePicker control
Thanks
Hi Nikos
The DateTimePicker and NumericUpDown controls hide the Padding property, but you can set it in the InitScript property of the control
with one line: this.setPadding(8);
Here a samples images for this
Regards
It works, That is perfect,
With this solution, I will solve other issues in the future
Thank you a lot.