Skip to main content
All docs
V23.2

XtraScrollEventArgs.ScrollOrientation Property

Gets the scrollbar orientation.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public ScrollOrientation ScrollOrientation { get; }

Property Value

Type Description
ScrollOrientation

A value that specifies the scrollbar orientation.

Available values:

Name Description
HorizontalScroll

The horizontal scroll bar.

VerticalScroll

The vertical scroll bar.

See Also