ScrollingSettings.MinScrollValue Attached Property
Gets or sets the value that specifies the swipe sensitivity of a NavBarControl.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Returns
Type | Description |
---|---|
Nullable<Double> | A Double value that specifies the swipe sensitivity of a NavBarControl. |
Remarks
The MinScrollValue attached property is applicable to the NavBarControl. This property specifies the sensitivity of the NavBarControl to a swipe gesture. The greater the value assigned, the greater the swipe gesture that should be performed to scroll the NavBarControl contents. You can specify whether manipulation of the NavBarControl contents is enabled via the ScrollingSettings.IsManipulationEnabled property.
See Also