Search
ScrollBar.Value Property
See Also
 





Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.

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

 Syntax

C#  Copy Code

public int Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Integer

 Property Value

 See Also