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.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool AutoScrollToFirstAppointment { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property AutoScrollToFirstAppointment As Boolean
	Get
	Set

Remarks

This property affects only initial scroll position.

See Also