-5

Is it possible to change the style of datetime picker in windows c# application, I want round shape border to my calendar. Required style and current view is provided in Image . Thank you. enter image description here

Farhad
  • 4,119
  • 8
  • 43
  • 66
Rupesh Kamble
  • 167
  • 3
  • 11

2 Answers2

3

Short answer: No

Long answer: You can't do that 'out of the box' in win forms application, unless you are ready to pull your hair out to write custom controls (Even then you will not achieve what you are expecting, like above image) Other options would be to use WPF and/or use some 3rd party controls (like Telerik or Syncfusion)

Misam
  • 4,320
  • 2
  • 25
  • 43
3

Syncfusion DateTimePickerAdv supports creating rounded corner DateTimePicker. Here is an example.

Screenshot

enter image description here

You need Syncfusion Essential Studio to be installed for the sample to work. The entire product is available in this link.

Note: I work for Syncfusion.

Kannan
  • 191
  • 1
  • 1
  • 10