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

XtraScrollableControl.InvertTouchScroll Property

Gets or sets whether the scroll direction is inverted when scrolling on touch devices via the pan gesture.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool InvertTouchScroll { get; set; }

Property Value

Type Default Description
Boolean false

true if the scroll direction is inverted; otherwise, false.

See Also