Is there any way to change the date picker size? I know of a solution for changing combo box chevron size, but don't see any resources for date picker.
I was asking about the width of the calendar icon associated with the Date Picker classic. I had tried with the modern version and encountered the same issue. I would be interested in learning how to resize the opened window, as it currently is quite small for my app.
There's no built in way to change the date picker size.
A workaround would be to add an image control with a version of a date picker icon. You would place the image behind the date picker control by clicking the date picker control and selecting the re-order > bring to front option.
You can then hide the existing date picker icon by setting the Color, IconBackground, and IconFill properties to Color.Transparent.
What exactly do you mean by the size? Width of the control? or the width of the window that opens up when you click on it?
Also, which type of control are you using? Classic or Modern?
Kind regards,
Nandit
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.