Posted 11 Apr 2013 Link to this post
// This code does not work; user can still change the size of the TimePicker-Popup
TimePickerElement.PopupContentElement.MinSize =
new
Size(300, 350);
TimePickerElement.PopupForm.MinimumSize =
Posted 16 Apr 2013 Link to this post
this
.radTimePicker1.TimePickerElement.PopupForm.SizingMode = SizingMode.None;
int
width = 500;
height = 500;