Search
ScrollBar.SmallChange Property
See Also
 





Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public int SmallChange { get; set; }

Visual Basic  Copy Code

Public Property SmallChange As Integer

 Property Value

 See Also