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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also