This question is locked. New answers and comments are not allowed.
Hi
I have following scheduleview
I would like to display the scheduleview without scrollbars. I have tried setting Day -StartTime and -EndTime, Minor and Major- TickLength, but no matter what i do, it keeps on showing scrollbars.
How do I prevent the control from using scrollbars and make the content "fit to page"?
Best Regards,
Peter
I have following scheduleview
<telerikDocking:RadPane x:Name="SchedulerRadPane" CanUserClose="False" CanFloat="False" CanUserPin="False" CanDockInDocumentHost="False"> <Grid> <telerik:RadScheduleView x:Name="DesignerSchedulerView" NavigationHeaderVisibility="Collapsed" GroupHeaderContentTemplateSelector="{StaticResource GroupHeaderContentTemplateSelector}" AppointmentsSource="{Binding DesignerAppointments}" CategoriesSource="{Binding Categories}" FirstVisibleTime="{Binding FirstVisibleTime}" CurrentDate="{Binding DesignerScheduleViewBaseDateTime, Mode=TwoWay}" SelectedSlot="{Binding SelectedSlot, Mode=TwoWay}" ActiveViewDefinitionIndex="{Binding ActiveDesignerViewDefinitionIndex, Mode=TwoWay}" SelectedAppointment="{Binding SelectedAppointment, Mode=TwoWay}" ShowDialog="ScheduleviewShowDialog" AppointmentEditing="ScheduleViewAppointmentEditing" AppointmentDeleting="ScheduleViewAppointmentDeleting" > <telerik:RadScheduleView.ViewDefinitions> <telerik:DayViewDefinition /> <telerik:WeekViewDefinition DayStartTime="08:00:00" DayEndTime="10:00:00" MinorTickLength="1h" MajorTickLength="2h"/> </telerik:RadScheduleView.ViewDefinitions> </telerik:RadScheduleView> </Grid></telerikDocking:RadPane>I would like to display the scheduleview without scrollbars. I have tried setting Day -StartTime and -EndTime, Minor and Major- TickLength, but no matter what i do, it keeps on showing scrollbars.
How do I prevent the control from using scrollbars and make the content "fit to page"?
Best Regards,
Peter