DataGridView.VerticalScrollBar Property

Definition

Gets the vertical scroll bar of the control.

protected:
 property System::Windows::Forms::ScrollBar ^ VerticalScrollBar { System::Windows::Forms::ScrollBar ^ get(); };
protected System.Windows.Forms.ScrollBar VerticalScrollBar { get; }
member this.VerticalScrollBar : System.Windows.Forms.ScrollBar
Protected ReadOnly Property VerticalScrollBar As ScrollBar

Property Value

A ScrollBar representing the vertical scroll bar.

Applies to

See also