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