Gets or sets the small step for the horizontal scroll bar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int HScrollerSmallChange { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HScrollerSmallChange As Integer |
An integer value representing the small step of the horizontal scroll bar.
See Also