Skip to main content
Bar

Gallery.AllowSmoothScrolling Property

Gets or sets whether smooth scrolling is enabled.

Namespace: DevExpress.Xpf.Bars

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

#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