LargeChange Property (ScrollBarElement)
In This Topic
Gets or sets a value to be added to or subtracted from the
ScrollBarElement.Value property when the scroll box is moved a large distance (one 'page').
Syntax
'Declaration
Public Property LargeChange As Integer
public int LargeChange {get; set;}
See Also