StructScrollBarParameters
Represents parameters of the scroll bar such as small change and large change in the scrolling position.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public struct ScrollBarParameters
Inherited Members
Constructors
ScrollBarParameters(int, int, int, int)
Initializes a new ScrollBarParameters structure.
Declaration
public ScrollBarParameters(int minimum, int maximum, int smallChange, int largeChange)
Parameters
minimum
Initializes the Minimum value of the scrolling.
maximum
Initializes the Maximum value of the scrolling.
smallChange
Initializes the SmallChange value.
largeChange
Initializes the LargeChange value.
Fields
LargeChange
Represents a large change in the scrolling position; the value which will be added or substracted from the current position in case of large change.
Maximum
Represents the maximum value of the scrolling position.
Minimum
Represents the minimum value of the scrolling position.
SmallChange
Represents a small change in the scrolling position; the value which will be added or substracted from the current position in case of small change.