Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1ScheduleSettings Class / AutoScrollToFirstAppointment Property

In This Topic
    AutoScrollToFirstAppointment Property (C1ScheduleSettings)
    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 only affects Day/Work Week/Week/TimeLine views.
    Syntax
    'Declaration
     
    Public Property AutoScrollToFirstAppointment As System.Boolean
    public System.bool AutoScrollToFirstAppointment {get; set;}
    Remarks
    This property only affects initial scroll position.
    See Also