Search
ResourceViewSettings.ScrollStep Property
See Also
 





Gets or sets the time modification interval when the user scrolls the view.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeSpan ScrollStep { get; set; }

Visual Basic  Copy Code

Public Property ScrollStep As TimeSpan

 Property Value

A .NET TimeSpan object that defines the scroll interval. The minimal allowed value is 1 second. Assign -1 ticks to this property to use the corresponding value from the current theme.

 See Also