Search
Calendar.HScrollerSmallChange Property
See Also
 





Gets or sets the small step for the horizontal scroll bar.

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

 Syntax

C#  Copy Code

public int HScrollerSmallChange { get; set; }

Visual Basic  Copy Code

Public Property HScrollerSmallChange As Integer

 Property Value

An integer value representing the small step of the horizontal scroll bar.

 See Also