Gets or sets the 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.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] public bool AutoScrollToFirstAppointment { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _ Public Property AutoScrollToFirstAppointment As Boolean Get Set |
Remarks
This property affects only initial scroll position.
The default value for this property is False.