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

Change header heigt on scheduler

2 Answers 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peer
Top achievements
Rank 1
Peer asked on 08 Nov 2018, 08:05 AM

Hi

I want to change the header height in scheduer, but i cant figure out how.

It is scheduer in winforms.

 

2 Answers, 1 is accepted

Sort by
0
Trisha
Top achievements
Rank 1
answered on 13 Jun 2019, 07:30 AM

Did you find how to do it? 

founder 

Midway Chronicle

0
Nadya | Tech Support Engineer
Telerik team
answered on 18 Jun 2019, 04:35 AM
Hello,

You can change the header height of the SchedulerDayViewElement by using its HeaderHeight property, as shown in the following code snippet:
SchedulerDayViewElement dayViewElement = (SchedulerDayViewElement)this.radScheduler1.ViewElement;
dayViewElement.HeaderElement.HeaderHeight = 60;



I hope this information helps. Should you have any other questions, I will be glad to help you.

Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Peer
Top achievements
Rank 1
Answers by
Trisha
Top achievements
Rank 1
Nadya | Tech Support Engineer
Telerik team
Share this question
or