NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.VertScrollBar

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;

Property Value

The grid's vertical ScrollBar.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace | HorizScrollBar