Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerSettings Class / AutoScrollToFirstAppointment Property

In This Topic
    AutoScrollToFirstAppointment Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the System.Boolean value determining whether control scrolls itself to the earliest appointment in the current view. This property affects Day/Work Week views or any custom view which has VisualIntervalScale value less than one day.
    Syntax
    'Declaration
     
    
    Public Property AutoScrollToFirstAppointment As Boolean
    public bool AutoScrollToFirstAppointment {get; set;}
    Remarks
    This property affects only initial scroll position.
    See Also