Back to Devexpress

XtraScrollableControl.InvertTouchScroll Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrollablecontrol-c99368e0.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool InvertTouchScroll { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property InvertTouchScroll As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

AllowTouchScroll

XtraScrollableControl Class

XtraScrollableControl Members

DevExpress.XtraEditors Namespace