Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(1F)]
[DXCategory("Appearance")]
public float ScrollSpeed { get; set; }

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