How can I change the size of popup of datetime picker in .net?
问题 I want to increase the size of popup as well as the size of font of popup of datetime picker. The change is done in above red block portion of datetime picker. 回答1: You cannot change the size, it is hard-baked in the native Windows component that implements the calendar. Also obvious from the MonthCalendar class (same animal as the DTP dropdown), note how dragging the sizing handles does nothing at all. And how changing the Font has no effect. Inflexible but not really a problem, any other