DataGrid.HorizScrollBar Property

Definition

Gets the horizontal scroll bar for the grid.

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

Property Value

The ScrollBar for the grid.

Applies to

See also