Gets the vertical scroll bar of the control.
[Visual Basic] Protected ReadOnly Property VertScrollBar As ScrollBar [C#] protected ScrollBar VertScrollBar {get;} [C++] protected: __property ScrollBar* get_VertScrollBar(); [JScript] protected function get VertScrollBar() : ScrollBar;
The grid's vertical ScrollBar.
DataGrid Class | DataGrid Members | System.WinForms Namespace | HorizScrollBar