Skip to main content

ScrollingSettings.IsManipulationEnabled Attached Property

Gets or sets whether manipulation of the NavBarControl contents is enabled.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

Returns

Type Description
Boolean

true, if manipulation of the NavBarControl contents is enabled; otherwise, false.

Remarks

By default, an end-user can manipulate the NavBarControl contents by touch gestures. The IsManipulationEnabled attached property is applicable to the NavBarControl and allows you to specify whether manipulation of the NavBarControl contents is enabled. Set the IsManipulationEnabled property to false to disable this feature.

If manipulation is enabled, you can also specify the sensitivity of the NavBarControl to a swipe gesture using the ScrollingSettings.MinScrollValue property.

See Also