[Solved] NumericUpDown | Padding

Answered Closed
0
0

Hi,

It is possible to have padding on the control NumericUpDown ?

Also the same of DateTimePicker control

Thanks

  • You must to post comments
Best Answer
0
0

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

 

  • You must to post comments
0
0

It works, That is perfect,

With this solution, I will solve other issues in the future

Thank you a lot.

 

  • You must to post comments
Showing 2 results