DataGrid.VertScrollBar Property

Definition

Gets the vertical scroll bar of the control.

protected:
 property System::Windows::Forms::ScrollBar ^ VertScrollBar { System::Windows::Forms::ScrollBar ^ get(); };
[System.ComponentModel.Browsable(false)]
protected System.Windows.Forms.ScrollBar VertScrollBar { get; }
[<System.ComponentModel.Browsable(false)>]
member this.VertScrollBar : System.Windows.Forms.ScrollBar
Protected ReadOnly Property VertScrollBar As ScrollBar

Property Value

The vertical ScrollBar of the grid.

Attributes

Applies to

See also