You will need to customize the template of RadClock used to display the hours. I have attached a sample project to demonstrate how the required look could be achieved. Please take a look at the App.xaml file which contains the modified RadClockStyle, the changes I made are:
- inside ItemsPanelTemplate set the Column property of the RadUniformGrid to "1";
- inside the ControlTemplate added a ScrollVIewer which wraps the ItemsPresenter.
Note that I've used Implicit Styles to set the theme to the DateTimePicker, so you should reference the assemblies from Binaries.NoXaml folder.
Hope this helps.
Regards,
Yana
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.