Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, 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