ScrollBarType Enum
Contains values specifying the type of ScrollBar control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Horizontal
|
Corresponds to the horizontal orientation of the scroll bar. |
Vertical
|
Corresponds to the vertical orientation of the scroll bar. |
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