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

To increase heght of row in scheduler

1 Answer 64 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Rafnas
Top achievements
Rank 1
Rafnas asked on 16 Feb 2017, 10:02 AM
how to increase the height of row in radscheduler

1 Answer, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 20 Feb 2017, 10:52 AM
Hi,

You can set the DayStartTime/DayEndTime of the ViewDefinition to a shorter period with a combination of specific MinorTickLength/MajorTickLength values. For Example:

<telerik:RadScheduleView.ViewDefinitions>
               <telerik:DayViewDefinition DayStartTime="08:00"
                            MajorTickLength="30min"
                            MinorTickLength="15min"
                            DayEndTime="14:30">                                 </telerik:DayViewDefinition></telerik:RadScheduleView.ViewDefinitions>


Regards,
Stefan Nenchev
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
Tags
ScheduleView
Asked by
Rafnas
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Share this question
or