TMSFNCDateTimePicker scale

Hi,
Is there a way to increase size of time pop up and date pop up to be used on touch POS ( actual size is a little bit too small for fingers ) ?
I have tried DigitalTimePicker.TimeSelector.Scale
and result is not as expected

Hi,

Have you tried setting the DropDownWidth and DropDownHeight properies?

Great thanks , by using
DigitalTimePicker.DropDown * 1.5 and DigitalTimePicker.TimeSelector.Scale * 1.5
DatePicker.DropDown *1.5 and DatePicker.DateAppearance.Font.Size * 1.5

I have the expected size thanks