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

ScrollVisibility Enum

Lists values specifying the availability of the control’s elements that enable data scrolling.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.1.dll

Declaration

public enum ScrollVisibility

Members

Name Description
Never

The scrollbar is invisible regardless of whether data scrolling can be performed.

Always

The scrolling element is always visible.

Auto

The scrolling element is only visible when data scrolling can be performed.

Related API Members

Remarks

Values listed by this enumeration are used to set the TreeList.HorzScrollVisibility and TreeList.VertScrollVisibility properties that specify the availability of horizontal and vertical scrollbars, respectively.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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