DataGridView.ScrollBars Property

Definition

Gets or sets the type of scroll bars to display for the DataGridView control.

public System.Windows.Forms.ScrollBars ScrollBars { get; set; }

Property Value

One of the ScrollBars values. The default is Both.

Exceptions

The specified value when setting this property is not a valid ScrollBars value.

The value of this property cannot be set because the DataGridView is unable to scroll due to a cell change that cannot be committed or canceled.

Remarks

Regardless of the value of this property, scroll bars are shown only when they are needed. Use this property to prevent scroll bars from appearing. This is useful, for example, when you want to provide an alternative user interface (UI) for scrolling.

Applies to

Produkt Versjoner
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also