Skip to main content
Bar

Gallery.AllowSmoothScrolling Property

Gets or sets whether smooth scrolling is enabled.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowSmoothScrolling { get; set; }

Property Value

Type Description
Boolean

true if smooth scrolling is enabled; otherwise, false.

Remarks

If the AllowSmoothScrolling property is enabled, smooth scrolling is enabled when:

See Also