Search
ResourceViewSettings.ScrollStep Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeSpan ScrollStep { get; set; }

Visual Basic  Copy Code

Public Property ScrollStep As TimeSpan

 Property Value

A TimeSpan object.

 See Also