This is a migrated thread and some comments may be shown as answers.

TimePicker to Fit Window

1 Answer 56 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Ezequiel
Top achievements
Rank 2
Ezequiel asked on 11 May 2012, 05:54 PM
I have a window 314 x 314.

I have a DateTimePicker and a TimePicker.
I need to set the TimePicker selecion DropDown to fit in this window size.
How can I do that?

Thanks,
Ezequiel

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 15 May 2012, 12:28 PM
Hello Ezequiel,

Thank you for contacting Telerik support.

To achieve your scenario, you should set the TimePickerElement.PopupMinSize property:
radTimePicker1.TimePickerElement.PopupMinSize = new System.Drawing.Size(314, 314)

I hope this helps. Do not hesitate to contact us if you have other questions.

All the best,
Peter
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Ezequiel
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or