Back to Devexpress

Gallery.AllowSmoothScrolling Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-b318c4ec.md

latest2.0 KB
Original Source

Gallery.AllowSmoothScrolling Property

Gets or sets whether smooth scrolling is enabled.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowSmoothScrolling { get; set; }
vb
Public Property AllowSmoothScrolling As Boolean

Property Value

TypeDescription
Boolean

true if smooth scrolling is enabled; otherwise, false.

|

Remarks

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

See Also

ScrollToGroupByIndex(Int32)

ScrollToItem(GalleryItem)

ScrollToRowByIndex(Int32)

ScrollToVerticalOffset(Double)

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace