Hey,
Im using the RadScheduleView Control with different ViewDefinitions as below.
<telerik:RadScheduleView.ViewDefinitions> <telerik:DayViewDefinition Orientation="Horizontal" GroupHeaderDateStringFormat="{}{0: dddd dd/MMM}" GroupFilter="{Binding GroupFilter}" AppointmentFilter="{Binding AppointmentsFilter}" /> <telerik:TimelineViewDefinition Title="Week" VisibleDays="7" GroupFilter="{Binding GroupFilter}" TimerulerMajorTickStringFormat="{}{00:%H:mm}" AppointmentFilter="{Binding AppointmentsFilter}" LargeChangeInterval="7d" TimerulerGroupStringFormat="{}{0: dddd dd/MMM}" StretchAppointments="True" StretchGroupHeaders="True" /> <telerik:TimelineViewDefinition Title="Month" VisibleDays="30" GroupFilter="{Binding GroupFilter}" AppointmentFilter="{Binding AppointmentsFilter}" TimerulerGroupStringFormat="{}{0: dd/MMM}" TimerulerMajorTickStringFormat="{}{00:%H:mm}" LargeChangeInterval="1m"/> </telerik:RadScheduleView.ViewDefinitions>If i start my Programm on a monitor with high resolution there is a white space on the right side of the scheduler in each ViewDefinition ( see attached image ).
Is it possible to stretch the ScheduleView over the complete Monitor and get rid of this white field?
Thanks
Thomas