ScrollBar::Minimum Property
.NET Framework (current version)
Gets or sets the lower limit of values of the scrollable range.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The following example assumes that you have created a Form, added a PictureBox to the Form, and added a horizontal HScrollBar and a vertical VScrollBar to the PictureBox. This code example is part of a larger example provided for the ScrollBar class overview.
In this example, the Minimum property is set to 0.
You must add references to the System.Drawing and System.Windows.Forms namespaces to run this example.
Note |
|---|
For instructions about how to run this example in Visual Studio, see How to: Compile and Run a Complete Windows Forms Code Example Using Visual Studio. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
