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

Setting height of Appointment

1 Answer 91 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Heiko
Top achievements
Rank 1
Heiko asked on 31 Jan 2011, 06:02 PM
Is there a way to set the height of an appointment?

TIA
Heiko

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 03 Feb 2011, 12:16 PM
Hello Heiko,

Thank you for writing.

If you are concerning the appointments in timeline view, you can set the AppointmentHeight property of the AppointmentPresenter.
Dim timelineViewElement As SchedulerTimelineViewElement = TryCast(Me.radScheduler1.SchedulerElement.ViewElement, SchedulerTimelineViewElement)
timelineViewElement.Presenter.AppointmentHeight = 50

Best wishes,
Dobry Zranchev
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
Tags
Scheduler and Reminder
Asked by
Heiko
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or