Back to Devexpress

ScrollVisibility Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-66cc89bf.md

latest2.7 KB
Original Source

ScrollVisibility Enum

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

Declaration

csharp
public enum ScrollVisibility
vb
Public Enum ScrollVisibility

Members

NameDescription
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:

Remarks

Values listed by this enumeration can be assigned to the following properties:

See Also

HorzScrollVisibility

VertScrollVisibility

DevExpress.XtraGrid.Views.Base Namespace