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.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool DelayScroll { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DelayScroll As Boolean |
true to enable delayed scrolling; otherwise, false. The default is false.
See Also