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

ScrollBarType Enum

Contains values specifying the type of ScrollBar control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.1.dll

Declaration

public enum ScrollBarType

Members

Name Description
Horizontal

Corresponds to the horizontal orientation of the scroll bar.

HScrollBar

Vertical

Corresponds to the vertical orientation of the scroll bar.

VScrollBar

Related API Members

The following properties accept/return ScrollBarType values:

Remarks

The ScrollBarType eneumeration members specify all available scroll bar types. You can access options listed in this enumeration via the HScrollBarBase.ScrollBarType or VScrollBarBase.ScrollBarType properties. The following screenshots show all possible types:

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