Skip to main content
A newer version of this page is available. .

ScrollVisibility Enum

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v17.2.dll

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:

The following code snippets (auto-collected from DevExpress Examples) contain references to the ScrollVisibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also