BaseGallery.ScrollSpeed Property
Gets or sets how fast the gallery is scrolled when calling the BaseGallery.ScrollTo method.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Single | 1 | A Single value that specifies the speed multiplier. |
Remarks
A value of 1 for the ScrollSpeed property indicates the default speed. A value of 2 doubles the speed rate. A value of 0.5 makes the speed rate one half the default.
See Also