Skip to main content

ScrollVisibility Enum

Lists values specifying the availability of View elements that enable data scrolling.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public enum ScrollVisibility

Members

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.

Remarks

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

See Also