Skip to main content

ScrollBarType Enum

Contains values specifying the type of ScrollBar control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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:

See Also