Gallery.AllowSmoothScrolling Property
Gets or sets whether smooth scrolling is enabled.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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:
- scrolling using the mouse wheel;
- calling scroll methods (GalleryControl.ScrollToGroupByIndex, GalleryControl.ScrollToItem, GalleryControl.ScrollToRowByIndex and GalleryControl.ScrollToVerticalOffset).
See Also