Skip to main content
A newer version of this page is available. .

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

Declaration

[DXCategory("Appearance")]
[DefaultValue(1F)]
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