windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-66cc89bf.md
Lists values specifying the availability of View elements that enable data scrolling.
Namespace : DevExpress.XtraGrid.Views.Base
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public enum ScrollVisibility
Public Enum ScrollVisibility
| Name | Description |
|---|---|
Never |
The scrolling element is invisible regardless of whether data scrolling can be performed.
|
| Always |
The scrolling element is always visible.
|
| Auto |
The scrolling element is visible only when data scrolling can be performed.
|
The following properties accept/return ScrollVisibility values:
Values listed by this enumeration can be assigned to the following properties:
See Also