Back to Devexpress

ScrollBarType Enum

windowsforms-devexpress-dot-xtraeditors-1fa55cc3.md

latest2.0 KB
Original Source

ScrollBarType Enum

Contains values specifying the type of ScrollBar control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum ScrollBarType
vb
Public Enum ScrollBarType

Members

NameDescription
Horizontal

Corresponds to the horizontal orientation of the scroll bar.

| | Vertical |

Corresponds to the vertical orientation of the scroll bar.

|

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

HScrollBarBase.ScrollBarType

VScrollBarBase.ScrollBarType

DevExpress.XtraEditors Namespace