Search
Calendar.AllowAutoScroll Property
See Also
 






Gets or sets a value indicating whether the control scrolls automatically its contents when users drag items near the edge of the client rectangle.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool AllowAutoScroll { get; set; }

Visual Basic  Copy Code

Public Property AllowAutoScroll As Boolean

 Property Value

true to enable automatic scrolling; otherwise, false. The default is true.

 Remarks

Automatic scrolling starts when a schedule item or a selection of items is dragged near the borders of the calendar contents rectangle. The contents rectangle is the part of a calendar view that contains all time cells and excludes the headers.

 See Also