MobileForms Toolkit Documentation

SmartGrid.ScrollVLargeChange Property

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

public int ScrollVLargeChange {get; set;}

Property Value

A numeric value. The default value is 0.

Remarks

When the user clicks in the scroll bar track on either side of the scroll box, the Value property changes according to the value set in the ScrollVLargeChange property. If the ScrollVLargeChange is equal or leser then zero, the LargerChange is computed from the Height.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace