Is there any possible way to change the calendar control width and height . I want to change the width and height of the calendar . These step when i google i found 1) Drop the month calendar in panel and allow dropping true . And Increase the size the panel . Does not work for me . 2) Drop the month calendar calendar in group box and dock fill . This display many months with the this month. 3) Increase the font size of the calendar control, does not work for me.
Is there any way to do this . Thanks in advance for your comments
Sadly, you cannot resize the month calendar control, at least not they way you want.
The only "resize" there is will just add another month below the first one (you can achieve this by increasing the Minimum Size property).
If you want to resize the control but still show only one month, you will have to make your own control, or use any 3rd party one, like this