ScrollProperties Properties
.NET Framework 4.5
The ScrollProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
Enabled | Gets or sets whether the scroll bar can be used on the container. |
|
LargeChange | Gets or sets the distance to move a scroll bar in response to a large scroll command. |
|
Maximum | Gets or sets the upper limit of the scrollable range. |
|
Minimum | Gets or sets the lower limit of the scrollable range. |
|
ParentControl | Gets the control to which this scroll information applies. |
|
SmallChange | Gets or sets the distance to move a scroll bar in response to a small scroll command. |
|
Value | Gets or sets a numeric value that represents the current position of the scroll bar box. |
|
Visible | Gets or sets whether the scroll bar can be seen by the user. |