ScrollableControl.VerticalScroll Property

Definition

Gets the characteristics associated with the vertical scroll bar.

public:
 property System::Windows::Forms::VScrollProperties ^ VerticalScroll { System::Windows::Forms::VScrollProperties ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.VScrollProperties VerticalScroll { get; }
[<System.ComponentModel.Browsable(false)>]
member this.VerticalScroll : System.Windows.Forms.VScrollProperties
Public ReadOnly Property VerticalScroll As VScrollProperties

Property Value

A VScrollProperties that contains information about the vertical scroll bar.

Attributes

Remarks

The VScrollProperties class contains information about the scroll bar and its operation, such as whether it is enabled and visible, the scroll page size, orientation, display position, and so on.

Applies to

See also