XtraScrollableControl.InvertTouchScroll Property
In This Article
Gets or sets whether the scroll direction is inverted when scrolling on touch devices via the pan gesture.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.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