Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / AutoScrollToFirstAppointment Property

In This Topic
    AutoScrollToFirstAppointment Property
    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
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.AutoScrollToFirstAppointment", "Determines whether control scrolls itself to the first appointment in a view.")>
    <DefaultValueAttribute(False)>
    Public Property AutoScrollToFirstAppointment As Boolean
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.AutoScrollToFirstAppointment", "Determines whether control scrolls itself to the first appointment in a view.")]
    [DefaultValue(false)]
    public bool AutoScrollToFirstAppointment {get; set;}
    Remarks
    This property affects only initial scroll position.
    See Also