MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.DelayScroll Property
See Also
 





Gets or sets a value indicating whether interacting with the scrollbars will not have an effect until the interaction is over. During interaction a tooltip is displayed to indicate the expected scroll position. This is a dependency property.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool DelayScroll { get; set; }

Visual Basic  Copy Code

Public Property DelayScroll As Boolean

 Property Value

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
DelayScrollToolTipFormat Property