Is there a way to determine whether a schedule is aligned horizontally or vertically from withing the ControlTemplate of an AppointmentItem? I would like to not create invididual control templates for my appointment items just in order to align the resize grips...
3 Answers, 1 is accepted
0
Valeri Hristov
Telerik team
answered on 03 Nov 2011, 04:04 PM
Hi Philipp,
The AppointmentItem class has no Orientation property or a property that can be used to determine what's the current orientation of its parent ScheduleView control. Probably we will add such property in the future, but currently you have no other option but developing two control templates.
Regards,
Valeri Hristov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
In Day or Week View definition, the appointment resize grips are localised on the left and on the right.
I would like to have these grips at top and bottom.